dpogue commented on issue #1244:
URL: https://github.com/apache/cordova-ios/issues/1244#issuecomment-1246935718

   The pull request to fix this in WebKit is still open and being worked on: 
https://github.com/WebKit/WebKit/pull/2794 However, it probably won't get 
released until iOS 16.2 or 16.3.
   
   In a test, I was able to use `overscroll-behavior: none` on the `html` 
element to disable all scroll bouncing. You should be able to use 
`overscroll-behavior: contain` on scrollable areas to retain the bounce effect 
on specific regions of content.
   
   However, if setting `alwaysBounceVertical` and `alwaysBounceHorizontal` to 
false is a workaround for iOS 16, I think we'd accept a PR to add that.


-- 
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]

Reply via email to