离子/电容器电子地理位置误差

时间:2019-08-08 15:54:06

标签: geolocation electron capacitor

我在一个电子项目中尝试了以下代码(在本文之后[https://capacitor.ionicframework.com/docs/apis/geolocation/]之后)-

async getGeoLocation() {
    try {
      const coordinates = await Geolocation.getCurrentPosition();
      console.log('Current', coordinates);
    } catch (err) {
      console.error(err);
      debugger;
    }
  }

但是它抛出了我PositionError代码2。 我期望它可以在访问互联网时返回坐标(尽管我没有GPS设备)。我在Windows 10和macOS Mojave中尝试过-两者都有相同的问题。有人可以帮我吗?谢谢

我关注的环境-

Capacitor version: 1.1.1
node version: 10
npm version: 6.2
Windows 10, macOS Mojave

此帖子与此https://github.com/ionic-team/capacitor/issues/1858

重复

谢谢 芭蕉叶

0 个答案:

没有答案