You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
Being able to check the device's actual max touch points value via navigator.maxTouchPoints would be nice to have.
In Firefox DevTools' RDM tool, it's very difficult (if not impossible) to know what the simulated touch device's actual max touchpoints value is. While we could fake the value to be 1 for all touch devices, it would provide an inaccurate experience. For now, this issue could assume that all touches have max touchpoints of at least one.
Being able to check the device's actual max touch points value via
navigator.maxTouchPoints
would be nice to have.In Firefox DevTools' RDM tool, it's very difficult (if not impossible) to know what the simulated touch device's actual max touchpoints value is. While we could fake the value to be 1 for all touch devices, it would provide an inaccurate experience. For now, this issue could assume that all touches have max touchpoints of at least one.
See issue at: https://bugzilla.mozilla.org/show_bug.cgi?id=1500672
The text was updated successfully, but these errors were encountered: