Skip to content
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

swipe_by_percent Function does not work properly with IOS #407

Open
nguyenquochung01235 opened this issue Nov 12, 2023 · 1 comment
Open

Comments

@nguyenquochung01235
Copy link

I use func Swipe By Percent 50 70 50 90.
I wanna start from 70% and end in 90% (vertical swipe) but it's not correct. Should be go to top but always go down.
but when i change this code self.swipe(x_start, y_start, x_offset, y_offset, duration) to self.swipe(x_start, y_start, x_end, y_end, duration) it can work.

Do i wrong something or the code not adjust with small percent ?

@zastress
Copy link
Contributor

Swipe by percent does not work correctly with iOS, that's all. Same keyword works fine with Android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants