-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: “Cannot read property 'style' of null” when going back from a page with the hardware back button where opening the keyboard has triggered the page to scroll #9278
Comments
Having the same error after updating to Ionic RC-3 |
Hello all! Thanks for opening an issue with us. We are currently making alot of improvements around input scrolling which should fix this issue. I am testing these changes as we speak and will update this issue with my findings. |
Related or same: #9310 I'm still seeing these errors using the latest nightly |
@adamdbradley Thanks! I'm not sure if this fixes all cases of this error though. I've logged the following ones:
|
any one know how to fix this? T |
@AltRoot17 i'm experiencing this with ionic3 and Item reorder |
This is causing the app to hang when its loaded for this first time. Any fixes on this |
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. |
Ionic version: (check one with "x")
[ ] 1.x
[x] 2.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
If the page has to scroll to make the current form field visible when opening the keyboard, then when dismissing the keyboard and popping the page with the hardware back button, an error would be thrown that goes: “Cannot read property 'style' of null.”
Expected behavior:
No error would be thrown.
The text was updated successfully, but these errors were encountered: