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

   The only way I can see that `overscroll-behavior: none` on the `<html>` tag 
can do anything is if the body is the scroll container. In that case it works. 
But anything that resembles an app has a layout where the body must fit the 
screen
   ```
   [    Title bar     ]
   [------------------]
   [ scroll container ]
   [------------------]
   [  optional footer ]
   ````
   so the body is not scrolling. Then `overscroll-behavior: none` on the 
`<html>` does not prevent you from bounce-scrolling the whole page by dragging 
the title bar down.


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