You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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)
toself.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 ?
The text was updated successfully, but these errors were encountered: