- Home /
My player swipes faster on iOS then android
When I swipe my player moves faster on iOS then android. I have tried to optimise it as much as I can, not sure what to do.
Do you have any special settings platform-specific?
If not, then try to make a rule for iOS to swipe slower (ex. wait time/multiply swipe speed * 0.5)
I don't mind doing that but if its a performance issue then I would prefer to fix it because then multiple devices will have a range of different speeds.
Answer by grimreefer24601 · Mar 20 at 10:38 PM
How are you using a swipe? It could be anything from screen resolution to frames per second. Figure if the Android screen is 640x480 and the iOS is 1920x1080 and Touch.deltaPosition shows (10,10) you've moved further on the lower res screen more than double than the high res.
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
How do I add a forward and backward move by a swipe to my iOS script? 1 Answer
Why i am having fps drops in Moto G5 S plus ? 0 Answers
How do I Javascript swipe to move my first person? 1 Answer
Differentiating between a tap from a swipe on Android 2 Answers