-
Notifications
You must be signed in to change notification settings - Fork 147
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
Drag not working in chrome #73
Comments
@carman8910 , can you clarify your situation with more details and also with jsfiddle example? |
Im sorry. |
@carman8910 I can't confirm that. Drag works for me in all browsers including mobile. I think you can have some issue with css or html which is not compatible, so add more details about your code or ksfiddle sample. |
https://jsfiddle.net/dekkard/uh5eL5sc/ I dont know what is the problem, but i have tried in the console. onStartEvent function never is fire in my chrome. I appreciate your valuable help. PD. In David versión Bushell this event woks fine in my chrome version. Thanks |
@carman8910 what is your OS? On Mac with Chrome 59.0.3071.109 (Build oficial) (64 bits) it works. |
@carman8910 , Does your hardware have touch screen? Asking this, because this version has some changes for touch devices. |
Yes has touch screeen. my OS is Windows10 |
So probably this is the issue. I believe this the same as: #28 |
Yes, it's the sim problem, i have not tried touching the screen. Thanks so much |
How can I fix this problem? or this its not possible? |
So, may be @pjona can help with that, I'm not very familiar with all that touch staff. |
I think the root cause is that the plugin turns off mouse events if it found a touch:
|
@RomanBurunkov @carman8910 I'll look at that |
Ok the problem it's solved, but the functionality to TouchScreen its die. |
@carman8910 can you test this demo: https://jsfiddle.net/s5yt9mc4/2/ I tested it with mouse and on phone, but I don't have touch screen + mouse. |
I tested the demo, this works! great job!. Mouse and touchscreen works ok |
@carman8910 can you test also on Firefox? |
Im trying enabled Drag functionality, but i cant, its possible it or not. Tank you
The text was updated successfully, but these errors were encountered: