MyTurn-OpenSource / pyturn

MyTurn implementation with Python backend and HTML/CSS/JavaScript frontend
Other
3 stars 0 forks source link

My Turn button doesn't work in JavaScript mode on BLU phone #11

Closed jcomeauictx closed 6 years ago

jcomeauictx commented 6 years ago

log analysis shows the form was submitted even though JavaScript successfully captured mousedown and mouseup events.

jcomeauictx commented 6 years ago

temporary workaround: use http://uwsgi-alpha.myturn.mobi/noscript until this is solved.

jcomeauictx commented 6 years ago

fixed by listening on "touchstart" and "touchend" events in addition to "mousedown" and "mouseup". pushed to uwsgi-alpha.myturn.mobi