cordova-plugin-wkwebview-engine
                                
                                
                                
                                    cordova-plugin-wkwebview-engine copied to clipboard
                            
                            
                            
                        iOS 12 DisallowOverscroll not working
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
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:
- Cordova 9.0.0 ([email protected])
 - Ionic (Angular) 3.9.2
 
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.
You can fix this by disallowing overcroll directly in config.xml
<preference name="DisallowOverscroll" value="true" />
I confirm the issue by the way.
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.