Hextris / hextris

Fast paced HTML5 puzzle game inspired by Tetris!
https://hextris.io
Other
2.22k stars 971 forks source link

fixed userAgent check for iPad #165

Open hhiptmair opened 8 years ago

lengstrom commented 8 years ago

userAgent is intentionally desktop for iPad - have you found this to be a problem?

hhiptmair commented 8 years ago

yep, because instead of listening to touch-events (what you need to play on an iPad), only click-events are registered if non-mobile devices are detected.

lengstrom commented 8 years ago

Have you actually had this problem? I could have sworn that on my iPad it worked well.

hhiptmair commented 8 years ago

yes, i tried to play it with Safari on an iPad mini with iOS 9.3.1 and it didn't work there before the fix.

lengstrom commented 8 years ago

that's interesting, it works for me on iPad mini, i'll look into it.

hhiptmair commented 8 years ago

do you have the same iOS version running on your iPad?

lengstrom commented 8 years ago

not sure, I will check after finals end for me on wednesday!

On Fri, May 13, 2016 at 3:16 AM, hhiptmair notifications@github.com wrote:

do you have the same iOS version running on your iPad?

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/Hextris/hextris/pull/165#issuecomment-218969091