-
Notifications
You must be signed in to change notification settings - Fork 65
config.xml / DisallowOverscroll
preference doesn't seem to be working
#153
Comments
I have the same problem. My app definitely has a bounce problem now and the disallowOverscroll option was needed to fix that. |
@Crylion can you submit a video? are you using a ionic2? I just don't see the point of that point for Ionic 2, that's why it was removed. I will add it back if I can understand the use case! |
Ah okay I was wondering whether the removal of the setting was possible because the problem does not exist for you anymore. Thanks for your response |
Seconding @Crylion - not using Ionic, but using this fork as it is more actively maintained and streamlines the integration of a local server. I understand that Ionic is the priority, however, so would be curious to hear your thoughts on whether this is a valid use case, @manucorporat ? |
I just wanted to add another voice to the "I don't use ionic but I use ionic wkwebview because it's better and I'd like to have |
* Respect DisallowOverscroll property Fixes issue #153 * Code from Cordova repo
We added it back! sorry for the inconvenience. But for the ionic users I recommend to leave the default value. |
With this plugin the WKWebView seems to ignore the DisallowOverscroll setting in config.xml (
<preference name="DisallowOverscroll" value="true" />
). It seems to occur immediately after focusing an input, which causes the keyboard to appear and the page to shift upwards. After doing this even just once, the webview becomes permanently overscrollable.For testing purposes, I switched to the standard WKWebView engine (1.1.3) and the issue did not occur (the webview remained fixed).
This is an awesome plugin and I'd prefer to use this one over the standard one. Thanks!
The text was updated successfully, but these errors were encountered: