Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touchscreen support #29

Open
euglv opened this issue Oct 24, 2024 · 2 comments
Open

Touchscreen support #29

euglv opened this issue Oct 24, 2024 · 2 comments

Comments

@euglv
Copy link

euglv commented Oct 24, 2024

Does not work on touchscreens when using inputs or buttons.
<input> inside repeat block does not receive focus when clicked using the touchscreen. It is possible to reorder inputs with the touchscreen, but inputs become read-only.

@3cp
Copy link
Member

3cp commented Oct 24, 2024

I vaguely recall I saw this problem before, might in the doc. Try repeat on <div><input></div>, not input itself.

@3cp
Copy link
Member

3cp commented Oct 24, 2024

Oh the better option is to use handler, an icon like three-bars in front of every input. Only handlers trigger reordering, leave inputs untouched.

Check the doc for handler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants