-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(h5):添加非微信JS-SDK下的getLocation API实现 #11616
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
针对正常获取和异常,已经过测试
可以顺便补充下测试用例咯~ |
@ZakaryCode 提到的几个问题,已经修缮 |
原先的实现有点问题,不能抖动可能导致包体增大,顺手调整了。 |
@ZakaryCode 修改了测试用例和processOpenApi的targetApi绑定,CI测试绿灯了 |
Object.defineProperty 没有给写权限,最后一个测试用例实际是执行错误的,稍微优化了一下 |
这个 PR 做了什么? (简要描述所做更改)
fix #11613
fix #11431
添加非微信JS-SDK下的getLocation API实现,用于在非Js-sdk环境下获取GPS定位
判断浏览器环境,在微信JS-SDK下使用JS-SDK实现,否则使用web api实现。
和其它敏感API一样,该API在某些浏览器中需要用户点击按钮主动触发才有效
getLocation API是其中一个要更新的API,Taro中有一系列的API后续可以 Web API 实现 ... )
这个 PR 是什么类型? (至少选择一个)
这个 PR 涉及以下平台: