Confirmed users
514
edits
(compass and capture info added) |
(connection) |
||
Line 37: | Line 37: | ||
|- | |- | ||
| [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] | ||
| | | [https://developer.mozilla.org/en-US/docs/Web/API/window.navigator.connection navigator.connection] | ||
| | | Cordova has a different object in the same navigator parameter. FirefoxOS doesn't provide type of the connection to the apps. According to [http://stackoverflow.com/questions/17494786/check-if-firefox-os-is-connected-to-wifi-for-privileged-apps Harald' answer on StackOverflow] "<code>metered</code> should be enough to tell if the user is on wifi". | ||
|- | |- | ||
| [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] |