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 need to access androidNavBar height, but on a few emulators I have tested, with both hardware controls and on-screen controls - the value returned is always 48?
The text was updated successfully, but these errors were encountered:
I could be wrong, but 48 seems to be the scaled size (size / scale), what I'm worried about though, is that on my OnePlus 3t, even if the bar is not present, it still reports the size.
Wouldn't it be nice if it reports 0 when the bar is not there? Just wondering 😄
Thank you for a great plugin.
I need to access
androidNavBar
height, but on a few emulators I have tested, with both hardware controls and on-screen controls - the value returned is always 48?The text was updated successfully, but these errors were encountered: