1***@qq.com
1***@qq.com
  • 发布:2024-07-22 11:32
  • 更新:2024-07-22 19:28
  • 阅读:128

【报Bug】onLocationChange异常,微信H5

分类:uni-app

产品分类: uniapp/H5

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: w11

HBuilderX类型: 正式

HBuilderX版本号: 4.23

浏览器平台: 微信内置浏览器

浏览器版本: 最新

项目创建方式: HBuilderX

示例代码:

/ 在这断代码中捕获到了错误: onLocationChange:fail translate coordiate system fail /
uni.onLocationChangeError((err)=>{
console.log("====onLocationChangeerrrrrr", err)
uni.showModal({
title:'实时定位开启失败',
content:'参数:'+JSON.stringify(err)
})
})

/* 开启监听 */
uni.onLocationChange((res) => {
console.log("====onLocationChange", res)
})

操作步骤:

/ 在这断代码中捕获到了错误: onLocationChange:fail translate coordiate system fail /
uni.onLocationChangeError((err)=>{
console.log("====onLocationChangeerrrrrr", err)
uni.showModal({
title:'实时定位开启失败',
content:'参数:'+JSON.stringify(err)
})
})

/* 开启监听 */
uni.onLocationChange((res) => {
console.log("====onLocationChange", res)
})

预期结果:

uni.onLocationChange应返回经纬度

实际结果:

onLocationChange:fail translate coordiate system fail

bug描述:

微信内置浏览器h5中 onLocationChange:fail translate coordiate system fail

2024-07-22 11:32 负责人:无 分享
已邀请:
DCloud_UNI_yuhe

DCloud_UNI_yuhe

已确认bug:https://ask.dcloud.net.cn/question/195180

要回复问题请先登录注册