-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[BUG] Scrolling in mobile constantly brings up edit menu on icons/items. #1261
Comments
If you're enjoying Dashy, consider dropping us a ⭐ |
v1.9.2 running on https://live.dashy.to/ of https://demo.dashy.to/ is not impacted by this bug. I guess it is related to the longpress detection in file LongPress.js. It seems that this code does not take in account the possibility of a "touch/drag" gesture. It only check le lenght the screen is touched without verifying if the touch location has moved. Sorry but I have no skill with nodejs and I can't correct this myself. |
The best workaround I found is to disable the context menu altogether. |
I have this same issue. It would be nice if we could only disable the context menus on small screens that are more likely to have touch interfaces. |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
i solved the context issue by disabling it. like others pointed out, why not disable for small screens as a default? surely i am not the only one having scrolling issues cauzing pop ups. Sure the simple solution is to turn it off. but at least mention that in the setup guide for mobile users. |
Is it possible to disable the context menus for the mobile device only ? I've tried to "save locally" but when I refresh the window it re-enables the context menus again. Thank you |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as off-topic.
This comment was marked as off-topic.
@Lissy93, any chance you review and eventually merge the fix I provided? |
[Fix] Scolling on mobile brings up menu #1261
Environment
Self-Hosted (Docker)
System
Docker running on an Ubuntu system
Version
latest
Describe the problem
When scrolling up and down in mobile view you have to put your finger on the items or icons to scroll. When you do so it bring up the context menu for that item. This is extremely annoying and makes the dashboard painful to use because then I have to click to dismiss the context menu before I click an item on my dashboard.
This is duplicate of #1135 (already closed)
Additional info
This issue can be easly reproduced using the dev tools in chrome.
Please tick the boxes
The text was updated successfully, but these errors were encountered: