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 have an app running on Android 4.3 and 4.4 devices with beta 6. When focusing on an input in the login form the entire moves to the left approximately 20 pixels. It remains offset until navigating to a different route.
I am not able to reproduce it 100% of the time. For example I have a sign up accessed from the initial login page and the issue does not happen on the sign up page.
I've also only noticed this since upgrading from beta 4 to beta 6, pretty certain the issue was not present in beta 4.
Here is the login page markup from chrome dev tools inspector and screenshot attached.
After further research I found the issue was due to a fix I applied for #1278. I had added .pane, .view { overflow: visible; }, with that removed the issue resolved itself.
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.
I have an app running on Android 4.3 and 4.4 devices with beta 6. When focusing on an input in the login form the entire moves to the left approximately 20 pixels. It remains offset until navigating to a different route.
I am not able to reproduce it 100% of the time. For example I have a sign up accessed from the initial login page and the issue does not happen on the sign up page.
I've also only noticed this since upgrading from beta 4 to beta 6, pretty certain the issue was not present in beta 4.
Here is the login page markup from chrome dev tools inspector and screenshot attached.
Thanks
The text was updated successfully, but these errors were encountered: