dpogue commented on issue #1244: URL: https://github.com/apache/cordova-ios/issues/1244#issuecomment-1237373707
The UIScrollView is internal to WKWebView's view hierarchy, and exposed as `webView.scrollView`. From the WebKit changelog, it appears that the `DisallowOverscroll` preference should work as expected in the latest iOS 16 betas, and that `overscroll-behaviour` should be available in CSS if you **do not** set the `DisallowOverscroll` preference. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
