NEW 199750
Use of -webkit-overflow-scrolling: touch; freeze scroll if you do single/double taps/clicks
https://bugs.webkit.org/show_bug.cgi?id=199750
Summary Use of -webkit-overflow-scrolling: touch; freeze scroll if you do single/doub...
Robson Alviani
Reported 2019-07-12 04:12:46 PDT
Created attachment 374005 [details] Example of problem Using -webkit-overflow-scrolling: touch; in a container doesn't work properly frequently if you do single/double tap on content. Apparently the focus is moved to the body and the scroll on the correct container freezes. It's necessary tap/click again to return the focus to the correct container. The problem doesn't happen if I move the overflow-scrolling to 'auto' but the scroll will be not smooth. The problem happens on iOS 12.2 and 12.3. I have tried to use the pointer-events but the problem persists.
Attachments
Example of problem (7.98 KB, text/html)
2019-07-12 04:12 PDT, Robson Alviani
no flags
Radar WebKit Bug Importer
Comment 1 2019-07-12 16:59:20 PDT
Note You need to log in before you can comment on or make changes to this bug.