NativeScript / NativeScript/plugins
[Geolocation] enableLocationRequest is failing on Android
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 206
- 派生
- 123
- 平均合并
- 2 天 1 小时
- 30 天内合并 PR
- 1
描述
It sounds like enableLocationRequest() is making basic permission requests but needs to allow the fine-grain perms as options if you need them.
if you end up getting this bellow error during the request for permission
JS: ERROR Error: java. lang.SecurityException: my location requires permission ACCESS_FINE_LOCATION or ACCESS_COARSE_LOCATION for now we might need to use the https://github.com/nativescript-community/perms plugin to request permission on Andriod until it is fixed.
We need to fix this or add this note to the Readme.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 enableLocationRequest() 入口点开始,重现会引发所报告的 SecurityException 的 Android 权限请求。查看 README 中现有的权限说明,并将当前行为与所引用的 nativescript-community/perms 插件进行比较;当该请求能够正常获取所需的位置权限,或 README 明确记录这一限制时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- android, typescript
- 领域
- mobile-dev
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100