Touch screen click event on draggable event
See original GitHub issueDescribe the bug
In touch screens or mobile devices, click event is not fired when I click on a draggable event. However, click event is fired if the event is not draggable. I am using a custom cell template from the month view. On the other hand, I have no issues with click event on draggable items of Angular Material drag and drop module
Minimal reproduction of the problem with instructions
Screenshots
Versions
@angular/core
: 8.0.2angular-calendar
: 0.27.11- Browser name and version: Chrome 75.0.3770.100
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (6 by maintainers)
Top Results From Across the Web
drag-and-drop on touchscreen - javascript - Stack Overflow
My initial understanding is that, wherever I assign element.onmousedown , element.onmousemove and element.onmouseup I can simply also assign the ...
Read more >Drag and drop elements on touch devices - HorusKol
Want to allow users to move elements around a page no matter what device they're using? Here's a quick guide to implementing drag...
Read more >Using Touch Events - Web APIs | MDN
For the touchstart event, it is a list of the touch points that became active with the current event. For the touchmove event,...
Read more >How to separate Drag and Swipe from Click and Touch events
First step, is when we touch the screen or press and hold the mouse button. On this step we are setting isSwipe to...
Read more >Click events inside draggable do not work · Issue #5 - GitHub
I've added the touch-punch library after jquery ui, and verified that drag objects do indeed drag with touch events on the iPhone, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You’re right. I really appreciate your help. Greetings
Seems this issue re-appeared after upgrading to Angular 9. Found some hints that hammerjs is optional in Angular 9. However, removing hammerjs doesn´t solve the issue. Any ideas?