-
Notifications
You must be signed in to change notification settings - Fork 185
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
[BUG] Joystick is unresponsive when using pixi.js and iOS 13 #122
Labels
Comments
@abobco I got same situation with Phaser 3. Maybe my pull request fixes this bug. |
Same here with a THREE.js based game. |
yoannmoinet
changed the title
[BUG]
[BUG] Joystick is unresponsive when using pixi.js and iOS 13
Oct 4, 2019
Thanks for the detailed report, and thanks for the PR @umeruma ! |
The faulty commit is probably 9a8a7b4 |
ios 13.2 can run correctly now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Joystick is unresponsive when using pixi.js and iOS 13. The only events that seem to fire are 'start', 'end', 'added', and 'removed'.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Joystick should move and trigger directional events, as it does on android and previous versions of iOS.
Screenshots, Codepen or JSFiddle
https://codepen.io/abobco/pen/RwbOzrv
Smartphone:
The text was updated successfully, but these errors were encountered: