Allow users to define cursor mode based on device type
#577 ouverte le 7 mai 2021
Métriques du dépôt
- Stars
- (21 641 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
🚀 Feature Request
📝 Description
When debugging mobile views, it's important to understand the cursor target size and simulate, as much as possible, the native behaviour of touchscreens.
✨ Describe the solution you'd like
I believe that it makes sense to emulate as much as possible the real behaviour of pointing devices. My suggestion is to allow the user to define what is the preferred cursor mode for any device. This way, I could say my mobile view has Touch Mode enabled by default and desktop would have the usual cursor.
✍️ Describe alternatives you've considered
Changing input modes when debugging mobile and desktop at the same time is time consuming but that's the only alternative I've seen so far.