cordova-plugin-wkwebview-engine icon indicating copy to clipboard operation
cordova-plugin-wkwebview-engine copied to clipboard

iOS 12 DisallowOverscroll not working

Open slickjeep opened this issue 7 years ago • 3 comments

The DisallowOverscroll preference doesn't disable bounce for all elements that scroll. Similar issue here https://github.com/ionic-team/ionic/issues/11844 where the elements glitch. The solution appears to be to disable all elements with overflow:scroll: https://github.com/ionic-team/ionic/issues/11844#issuecomment-391996908. Can anyone confirm this?

Thanks

slickjeep avatar Oct 16 '18 21:10 slickjeep

Hi. I have the same issue with [email protected]. I've checked the logs of CDVWKWebViewEngine and looks like the value of DisallowOverscroll is passing down to the WebView controller. But it doesn't work as expected.

Versions:

alexeybondarenko avatar Apr 16 '19 12:04 alexeybondarenko

Same issue here. Not working. Is there any way to edit native code and get this working? Even if it requires manual fixing every time Cordova updates.

spinninghamster avatar Oct 04 '19 12:10 spinninghamster

You can fix this by disallowing overcroll directly in config.xml

<preference name="DisallowOverscroll" value="true" />

I confirm the issue by the way.

maxence-machu avatar Nov 16 '19 16:11 maxence-machu

We are archiving this repository following Apache Cordova's Deprecation Policy. We will not continue to work on this repository. Therefore all issues and pull requests are being closed. Thanks for your contribution.

jcesarmobile avatar Jan 08 '23 23:01 jcesarmobile