-
Notifications
You must be signed in to change notification settings - Fork 178
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
Stop scroll to top of page after keyboard hides? #84
Comments
Upon further investigation it looks like this only happens on iOS 12.x. Previous iOS works as expected and don't scroll to top of screen after keyboard is hidden/input loses focus. |
@steveclarke Did you manage to fix this issue? |
No it's still happening for me. |
Yeah, I'm getting the same with both this plugin and the standard |
Update: ironically, installing I definitely wouldn't call it a solution though, and I have no idea why this isn't more widely reported. Eugh. Several days in, and I'm no closer to working out wtf is going on. |
OH! Sorry about all the comments - I've worked this one out. It's Ionic's WKWebview plugin - if you move back to Cordova's WKWebview instead, the annoying scrolling goes away. |
That's not really an option for me. Ionic version is the only one that solves my UI rendering issue. |
Why? All the our ionic plugins work okay. |
By the comments, it looks like you are using |
@jcesarmobile Yes I'm using Vue/Quasar with the cordova-plugin-ionic-webview plugin. I'll do up a repro sample app for you in the next couple of days. |
It's certainly caused by Ionic webview - mine fixed immediately when moving to the generic Cordova WKWebview |
Crossref to a potential issue on the webview repo: ionic-team/cordova-plugin-ionic-webview#399 |
I am experiencing this issue as well, when will it be fixed? |
Any fix for it yet? I dont want to use default cordova wkwebview plugin cause of the local resource with file:// uri not being allowed which is fixed in ionic-wkwebview. |
When the keyboard hides after input, my app is automatically scrolled to the top of the screen. I don't see an option to prevent this.
I replaced cordova-plugin-keyboard with this plugin, and that project had an option
Keyboard.automaticScrollToTopOnHiding = false.
Wondering if there's something similar?I'm using version 4.0.1 with non-Ionic app. This solved all of my main keyboard issues with the Cordova app (thanks!) with the exception of this little annoyance.
The text was updated successfully, but these errors were encountered: