Skip to content

Custom Notification and Footer Tabs BUG #229

Open
@ckhsu3926

Description

@ckhsu3926

I am use custom notification and footer tabs at same page(wether default page or not get same bug).

And then tab buttons have no response for change tab (but swipe work fine).
After debug with Chrome Inspect, I find out even notification was hide,
It still keep some height from bottom and cover on footer tabs.

After tried z-index to notification , nav , tab-items , tab-item
My final solution is

deviceReady{
    document.querySelector('#notification_id').style.height="0px";
}
document.querySelector('#notification_id').style.height="";
phonon.notif('#notification_id').show();
document.querySelector('#notification_id').style.height="0px";
phonon.notif('#notification_id').hide();

Dirty but it works fine.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions