HarmonyOS 通过h5定位getCurrentPosition获取到的定位数据为空对象

HarmonyOS
1天前
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
fox280

需要在module.json5文件中配置ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION权限。

{
  "name":
  "ohos.permission.LOCATION",
  "reason":
  "$string:reason",
  "usedScene":
  {
    "abilities": [
    "FormAbility"
    ]
    ,
    "when":
    "inuse"
  }
}
,
{
  "name":
  "ohos.permission.APPROXIMATELY_LOCATION",
  "reason":
  "$string:reason",
  "usedScene":
  {
    "abilities": [
    "FormAbility"
    ]
    ,
    "when":
    "inuse"
  }
}
分享
微博
QQ
微信
回复
1天前
相关问题
场景化控件中无法获取到定位信息
1828浏览 • 1回复 待解决
sim.getOpNameSync获取到
206浏览 • 0回复 待解决
HarmonyOS web通过loadData加载h5标签
236浏览 • 1回复 待解决
HarmonyOS H5和应用侧数据交互
278浏览 • 1回复 待解决
HarmonyOS H5与应用侧数据交互Demo
555浏览 • 1回复 待解决
HarmonyOS web组件加载h5h5拉起摄像头
577浏览 • 1回复 待解决
HarmonyOS webview h5localstorage
411浏览 • 1回复 待解决
HarmonyOS web与H5两端数据交互
876浏览 • 1回复 待解决
精度优先获取定位失败
1738浏览 • 1回复 待解决
H5通过url scheme拉起对应应用
536浏览 • 1回复 待解决
如何加载字符串形式H5数据
2091浏览 • 1回复 待解决
HarmonyOS 获取当前定位不准确
433浏览 • 1回复 待解决