NativeScript / NativeScript/plugins
[@nativescript/google-signin] Tethered Device SignIn
未关闭
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 206
- 派生
- 123
- 平均合并
- 2 天 1 小时
- 30 天内合并 PR
- 1
描述
Not really a bug but didn't know the etiquette to share for other people who encounter this issue.
Calling GoogleSignin.signIn on a tethered device results in an error of Error: |presentingViewController| must be set.
Traced this to index.ios.js const keyWindow = UIApplication.sharedApplication.keyWindow; is null since I'm guessing my keyWindow actually is related to my physical keyboard.
Switched to an emulator and everything is fine.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 index.ios.js 和报告中描述的 GoogleSignin.signIn 调用开始,然后比较在通过数据线连接的实体设备和模拟器上的行为。在通过数据线连接的设备上登录不再因“presentingViewController must be set”而失败,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- ios, typescript
- 领域
- mobile
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100