Hello #39
richardbdzoch
started this conversation in
General
Hello
#39
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! Just wanted to say hello to you! Your canvas joystick solution looks very good to me! I'm currently trying to "recreate" the old-school logic game XOR in js for various devices. Something like this: http://www.danceswithferrets.org/xor/about/ I had always the biggest problem with some cursor controller on the mobile devices.. Touch events never worked for me as they should :D So now I'm trying your nice joystick solution on various devices. And it really looks (and works) good! For now, I have only one thing (advice) from my testing: On very oooold ipad 2 safari I had to change only the two "let" keywords in the min script and everything worked! I changed it to "var" of course.. I'm very old fashioned js coder :D Besides, there's no need (or actual use) for those "let" keywords there.. So if you want an wider range of grandpa mobile devices to support, you can get rid of those "let"s :D I will surely let you know about my (un)success with my js version of XOR game (using your joystick, of course ;) )
Beta Was this translation helpful? Give feedback.
All reactions