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
It may not be an issue with cordova-plugin-keyboard per se (as this happens with cordova-plugin-ionic-keyboard too), but whenever the keyboard is dismissed (or focus is taken away from an input), the whole app scrolls to the top.
I've tried a zillion things, and it appears it only happens on iOS 12+, but I'm kind of at my rope's end with this one.
Ironically, setting automaticScrollToTopOnHiding to true makes it scroll up, then suddenly return to its original position, but that's also annoying as hell.
Has anyone seen this before? My users are fuming, and I have no idea what to tell them.
The text was updated successfully, but these errors were encountered:
The only thing i could suggest is to STOP using this plugin until the developer pushes a new version/release. The current version is 2 years old and its a mess.
It may not be an issue with
cordova-plugin-keyboard
per se (as this happens withcordova-plugin-ionic-keyboard
too), but whenever the keyboard is dismissed (or focus is taken away from an input), the whole app scrolls to the top.I've tried a zillion things, and it appears it only happens on iOS 12+, but I'm kind of at my rope's end with this one.
Ironically, setting
automaticScrollToTopOnHiding
to true makes it scroll up, then suddenly return to its original position, but that's also annoying as hell.Has anyone seen this before? My users are fuming, and I have no idea what to tell them.
The text was updated successfully, but these errors were encountered: