responsively-org/responsively-app
View on GitHubAllow users to define cursor mode based on device type
Open
#577 opened on May 7, 2021
enhancementgood first issuehelp wanted
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.