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
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
In ionic.Platform.ready, the keyboardUpdateViewportHeight is called, in which the keyboardViewportHeight is set to window.innerHeight.
In Android version 4.4.2 Samsung S4, window.innerHeight is always returned 0.
When I used scree.height instead of window.innerHeight in keyboardUpdateViewportHeight function, I was getting the correct value.
We are using Ionic, v1.0.0-beta.11-nightly-421
The text was updated successfully, but these errors were encountered: