-
Notifications
You must be signed in to change notification settings - Fork 672
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
touchstart event does not contain proper values in changedTouches property on android devices #2856
Comments
Hi @Bamyan, sorry for the delayed response! The |
I will close the issue because no activity has been encountered for a long time. |
Hi. @miherlosev @AndreyBelym , Sorry for the Late Reply, you can see the problem with the following test on example page.
ERROR: |
I've tried to reproduce the problem with |
Hi, @miherlosev As it is mentioned on issue, the problem is just for Android devices and works well on Windows. and also i have tried to run the test with the latest TestCafe version |
Thank for your detailed report. I've reproduced the problem using TestCafe's device emulation. testcafe "chrome:emulation:device=iphone x" test.js |
It can be reproduced with our Drag functional tests & Chrome 70. The latest Chrome version on BrowserStack is 68, that's why we haven't discovered this before. |
Hi, any updates on this? @AndreyBelym |
The issue occurs in a core |
Fixed in the |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or feature requests. For TestCafe API, usage and configuration inquiries, we recommend asking them on StackOverflow. |
Are you requesting a feature or reporting a bug?
bug
What is the current behavior?
It is not adding touches into
event.changedTouches
array. it is always emptyWhat is the expected behavior?
Should contain touches in
event.changedTouches
array as i does in non-testcafe environmentHow would you reproduce the current behavior (if this is a bug)?
call
t.click
method on element with onTouchStart handler and check the changedTouches propertyProvide the test code and the tested page URL (if applicable)
Tested page URL:
it is an Angular code to simplify the example:
Test code
Specify your
The text was updated successfully, but these errors were encountered: