【发布时间】:2018-10-10 14:54:13
【问题描述】:
我尝试在我的应用程序中使用指南针,但 Apache Cordova 的文档说该插件已过时
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-device-orientation/
按照他们提到的帖子,记录提到但从未运行过的事件(compassneedcalibration、deviceorientation)。
https://blog.phonegap.com/migrating-from-the-cordova-device-orientation-plugin-8442b869e6cc
如果我尝试运行 navigator.compass 或 window.compass 它会提到它是未定义的
我目前正在使用带有 Vue 的 Phonegap 模板 https://github.com/phonegap/phonegap-template-vue-f7-blank
【问题讨论】:
标签: javascript cordova vue.js phonegap