Replies: 2 comments
-
This is helpfull, if user want to scroll by swipe. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey! You are welcome to introduce this feature! You will need to implement the should report touchMove test. Let me know if you need some help :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i wanna to add touch events to your repo. I want to implement logic from https://github.com/puppeteer/puppeteer/blob/main/packages/puppeteer-core/src/cdp/Input.ts
Also i have code for swipe (touchStart + touchMove + touchEnd), this use 4 coordinates, startX, startY, moveX and moveY.
Now i use reflection in my project, and use this events manually, but i want to use it from your package, and it will be great if you allow this to be realized.
I haven’t yet figured out how to add testing to your project for these events, but I’ll figure it out if you allow
Beta Was this translation helpful? Give feedback.
All reactions