responsively-org/responsively-app

Allow users to define cursor mode based on device type

Open

#577 创建于 2021年5月7日

在 GitHub 查看
 (16 评论) (0 反应) (1 负责人)JavaScript (21,641 star) (1,064 fork)batch import
enhancementgood first issuehelp wanted

描述

🚀 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.

贡献者指南