You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Both of these style make this issue.
Totally Strange haha.
"Maybe" I bind mapsplugin/cordova-plugin-googlemaps(Ver.2.0) at same page is the reason why this happen,
although I did recheck every px are not overlap each other,
but I haven't give a shot to set map unclickable and figure out is this the reason of this issue.
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
Dirty but it works fine.
The text was updated successfully, but these errors were encountered: