Cordova sample running on iOS
When running the project via xCode, the reason there was no access to the device sensors on iOS from JavaScript became apparent from the logs: ios ERROR: Plugin Compass not found, or is not a CDVPlugin. Check your plugin mapping in config.xml Of course, the config.xml was just fine, but at least this gave me …