Device Orientation プラグイン
document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
console.log(navigator.compass);
}プラグイン ID
cordova-plugin-device-orientationプラグインの追加方法
対象プラットフォーム
メソッド
navigator.compass.getCurrentHeading
例
navigator.compass.watchHeading
例
iOS 特有の動作
Android 特有の動作
navigator.compass.clearWatch
例
CompassHeading
プロパティ
Android 特有の動作
iOS 特有の動作
CompassError
プロパティ
定数
最終更新