Tomomi Imura - Mobile HTML5 Device APIs and related APIs

JSConf US 2013

29 May 2013

URI schemes (tel: sms:) Geolocation (navigator.geoLocation);

all require user permission

Device orientation events (gyroscope, accelerometer, compass) event. alpha|beta|gamma

Media capture & Streams API Web RTC HTML media capture (input type=”file” capture=”camera”)

Battery status API (navigator.battery);

Vibration API navigator.vibrate

Ambient Light Events (eventListener: devicelight) or: ‘lightlevel’

Proximity events: deviceproximity & userproximity

network info api clipboard api network service discovery fullscreen api gamepad api push api

Phased out/being phased out: (Google) web intents

New addition: Mozilla - web activities

Twitter: @girlie_mac

JSConf 2013

This is a quick summary of a talk I attended at JSConf 2013. You can see a list of all those I've summarized notes from here. There's also a General thoughts during JSConf 2013 post for all the non-talk bits and pieces.

There were 3 concurrent tracks at the conference, so only those I attended myself are summarized here. Other attendees have summarized some of the talks I didn't get to due to scheduling conflicts - you can find those at jlongster.com (James Long) and Toby Ho's github repo.