-
Notifications
You must be signed in to change notification settings - Fork 60
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
No events triggered during mobile debug of desktop Chrome #51
Comments
I am sorry i can not reproduce the issue. Could you please create a test case? |
In chrome developer tools mobile view. |
Recently I am experiencing the same issue, I will investigate |
I have the same issue. It doesn't work in Inspector Tools simulated device viewer. But it does work in Chrome on Android (HTC 10). Weird bug. Well. It's nothing we can't live without.. ;) |
still buggy i will reopen it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the latest version of Chrome tocca works perfect. But when trying to debug app in "simulated" mobile mode, tocca will not emit any events.
After some investigation it turned out that, during initialization of tocca Chrome contains
window.PointerEvent
object but during testing with a mouse (simulating touch gestures) the browser will not emit any pointer events.The text was updated successfully, but these errors were encountered: