question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Look into adding touch-action to styles

See original GitHub issue

https://developers.google.com/web/tools/lighthouse/audits/passive-event-listeners https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action

This could improve performance and remove click delays. For example message and user list containers can only scroll up and down, so there is no need to handle vertical panning gestures.

Our viewport has user-scalable="no", so we could get rid of pinch-zoom too.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
iamstratoscommented, Sep 10, 2017

I think I could help you. It’s my first contribution though. Is it a css job?

0reactions
MaxLeitercommented, Sep 12, 2017

To master, @iamstratos

Read more comments on GitHub >

github_iconTop Results From Across the Web

touch-action - CSS: Cascading Style Sheets - MDN Web Docs
The touch-action CSS property sets how an element's region can be manipulated by a touchscreen user (for example, by zooming features built into...
Read more >
touch-action - CSS-Tricks
The touch-action property in CSS gives you control over the effect of touchscreen interactions with an element, similar to the more ...
Read more >
Touch Actions - Appium
When perform is called, all the TouchActions which were added to the MultiTouch are sent to appium and performed as if they happened...
Read more >
Add touch to your site - web.dev
Your app should respond to their touch in intuitive and beautiful ways. ... Consider carefully what styles you set and how they will...
Read more >
CSS touch-action Property - GeeksforGeeks
The touch-action CSS property is used to change the view of the selected element with respect to the change ... < style type...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found