Android browser shake detection with javascript for a web application -


do versions of androids web browser detect javascript shake events? this:
window.addeventlistener('devicemotion', this, false);
can't seem find information on this.

using wkshake refrenced here: javascript. listen iphone shake event?
, wondering if going work on android well.

after research, have discovered android browser not have access accelerometer data. perhaps time in future allow browser access data.


Comments