Confirmed users
514
edits
(compass and capture info added) |
|||
Line 29: | Line 29: | ||
|- | |- | ||
| [http://cordova.apache.org/docs/en/2.7.0/cordova_media_capture_capture.md.html#Capture Capture] | | [http://cordova.apache.org/docs/en/2.7.0/cordova_media_capture_capture.md.html#Capture Capture] | ||
| | | [https://developer.mozilla.org/en-US/docs/WebAPI/Web_Activities WebActivities] | ||
| | | The main differences are in the object returned to the callbacks, some on-the-fly transition will be needed. | ||
|- | |- | ||
| [http://cordova.apache.org/docs/en/2.7.0/cordova_compass_compass.md.html#Compass Compass] | | [http://cordova.apache.org/docs/en/2.7.0/cordova_compass_compass.md.html#Compass Compass] | ||
| | | [https://developer.mozilla.org/en-US/docs/Web/Reference/Events/deviceorientation deviceorientation] | ||
| | | FirefoxOS provides support as an event. Use <code>absolute</code> parameter to check if the device is able to provide the Earth coordinate frame | ||
|- | |- | ||
| [http://cordova.apache.org/docs/en/2.7.0/cordova_connection_connection.md.html#Connection Connection] | | [http://cordova.apache.org/docs/en/2.7.0/cordova_connection_connection.md.html#Connection Connection] |