CordovaFirefoxOS: Difference between revisions

added all cordova APIs
(added all cordova APIs)
Line 15: Line 15:
|-
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_accelerometer_accelerometer.md.html#Accelerometer Accelerometer]
| [http://cordova.apache.org/docs/en/2.7.0/cordova_accelerometer_accelerometer.md.html#Accelerometer Accelerometer]
| [https://developer.mozilla.org/en-US/docs/Web/Reference/Events/devicemotion devicemotion] [https://developer.mozilla.org/en-US/docs/Web/API/DeviceMotionEvent.acceleration DeviceMotionEvent.acceleration]
| [https://developer.mozilla.org/en-US/docs/Web/Reference/Events/devicemotion devicemotion], [https://developer.mozilla.org/en-US/docs/Web/API/DeviceMotionEvent.acceleration DeviceMotionEvent.acceleration]
| TBD
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_camera_camera.md.html#Camera Camera]
| [https://wiki.mozilla.org/WebAPI/WebActivities WebActivities], [https://hacks.mozilla.org/2013/01/introducing-web-activities/ Pick image example]
| FirefoxOS is providing access to pictures via WebActivities. Usage is fairly simple and an example is already working. However full support of Cordova API will be hard (or impossible) to implement. The problematic parts are specified in [http://cordova.apache.org/docs/en/2.7.0/cordova_camera_camera.md.html#cameraOptions cameraOptions]:
* defining the source of the picture in code
* forcing encode type
* target size
* camera direction
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_media_capture_capture.md.html#Capture Capture]
|
| TBD
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_compass_compass.md.html#Compass Compass]
|
|
| TBD
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_connection_connection.md.html#Connection Connection]
|
| TBD
|-
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_contacts_contacts.md.html#Contacts Contacts]
| [http://cordova.apache.org/docs/en/2.7.0/cordova_contacts_contacts.md.html#Contacts Contacts]
| [[WebAPI/ContactsAPI]]
| [[WebAPI/ContactsAPI]]
| There are lacks in FxOS documentation of Contact fields (<code>impp</code>, <code>url</code>, <code>address</code>). Some fields are not exactly corresponding to each other. FxOS has an ability to save only one organization. Cordova has no info about (<code>anniversary</code>, <code>sex</code>, <code>genderIdentity</code>)
| There are lacks in FxOS documentation of Contact fields (<code>impp</code>, <code>url</code>, <code>address</code>). Some fields are not exactly corresponding to each other. FxOS has an ability to save only one organization. Cordova has no info about (<code>anniversary</code>, <code>sex</code>, <code>genderIdentity</code>)
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_device_device.md.html#Device Device]
|
| TBD
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_events_events.md.html#Events Events]
|
| TBD (some of these will require a separate row in this table)
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_file_file.md.html#File File]
|
| TBD
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_geolocation_geolocation.md.html#Geolocation Geolocation]
|
| TBD
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_globalization_globalization.md.html#Globalization Globalization]
|
| TBD
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_inappbrowser_inappbrowser.md.html#InAppBrowser InAppBrowser]
|
| TBD
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_media_media.md.html#Media Media]
|
| TBD
|-
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_notification_notification.md.html#notification.alert Notification.alert]
| [http://cordova.apache.org/docs/en/2.7.0/cordova_notification_notification.md.html#notification.alert Notification.alert]
Line 36: Line 84:
| [http://cordova.apache.org/docs/en/2.7.0/cordova_notification_notification.md.html#notification.beep Notification.beep]
| [http://cordova.apache.org/docs/en/2.7.0/cordova_notification_notification.md.html#notification.beep Notification.beep]
|  
|  
|  
| TBD
|-
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_notification_notification.md.html#notification.vibrate Notification.vibrate]
| [http://cordova.apache.org/docs/en/2.7.0/cordova_notification_notification.md.html#notification.vibrate Notification.vibrate]
| [https://developer.mozilla.org/en-US/docs/Web/API/window.navigator.vibrate?redirectlocale=en-US&redirectslug=DOM%2Fwindow.navigator.vibrate Vibration]
| [https://developer.mozilla.org/en-US/docs/Web/API/window.navigator.vibrate?redirectlocale=en-US&redirectslug=DOM%2Fwindow.navigator.vibrate Vibration]
| None
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_splashscreen_splashscreen.md.html#Splashscreen Splashscreen]
|
| TBD
|-
| [http://cordova.apache.org/docs/en/2.7.0/cordova_storage_storage.md.html#Storage Storage]
|
|
| TBD
|-
|-
|}
|}
Confirmed users
514

edits