https://github.com/briangershon/accelo
Playing with Acceleration Events on Boot2Gecko
https://github.com/briangershon/accelo
Last synced: about 2 months ago
JSON representation
Playing with Acceleration Events on Boot2Gecko
- Host: GitHub
- URL: https://github.com/briangershon/accelo
- Owner: briangershon
- Created: 2012-04-04T06:30:15.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-04T08:02:46.000Z (about 13 years ago)
- Last Synced: 2025-01-12T09:45:19.426Z (4 months ago)
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
README
# Sample Boot2Gecko App
Just playing with a simple HTML/JS acceleration app for the new Boot2Gecko Mozilla phone handed out to all attendees of JSConf 2012.
## Install
* **I haven't yet been successful in making the web app installable via `navigator.mozApps.install` API** but you can still see the app work by browsing to: [http://accelo.evolvingbits.com/accelo](http://accelo.evolvingbits.com/accelo)
## Caveats
* The acceleration logic works fine on Boot2Gecko device but have noticed that the same code does the opposite movement on iOS. Haven't looked into yet.
## Acknowledgements
* Started with sample code from [http://ad.ag/wjmtgt](http://ad.ag/wjmtgt). More info: [http://www.mobilexweb.com/blog/safari-ios-accelerometer-websockets-html5](http://www.mobilexweb.com/blog/safari-ios-accelerometer-websockets-html5)
* Demo logo from [http://2012.jsconf.us](http://2012.jsconf.us)