DBW: use touch-action instead of restricting movement in code
See original GitHub issueCSS touch-action
is a more performant way to restrict touch movement of a region.
https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action
We can probably use the document level event listener gatherer for this.
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (8 by maintainers)
Top Results From Across the Web
Touch Actions - Appium
MultiTouch objects are collections of TouchActions. MultiTouch gestures only have two methods, add , and perform . add is used to add another...
Read more >How to Use Touch Actions in Appium: Swipe Tap Touch
How to Use Touch Actions in Appium such as swipe, tap, press, multi-touch, double tap. I showed the examples and shared a demo...
Read more >Manual talk:Interface/Sidebar - MediaWiki
You can change the content of the sidebar with this code and restrict the modifications to anonymous users. --WIImaniac 22:27, 1 March 2008...
Read more >Untitled
#G&g Nek cattelan, Desplante de muros que es, Kallarackal kottayam phone number, Udp port 55777, Ate voce voltar letra, Bouvesse-quirieu code postal 38390, ......
Read more >AU2007101053B4 - Multimedia communication device with touch ...
100041 In using a mouse instrument, the movement of the input pointer on a display ... system operates to execute computer code and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We changed it to be all event listeners on the page. The gatherer collects all listeners within body and window/document: https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/gather/gatherers/dobetterweb/all-event-listeners.js#L132. Some of the code comments need to be updated.
Seems about right. Looks excellent for emitting a violation into the console. Good for devtools and LH can absorb that.