ionic-team / ionic-team/ionic-cli
Capacitor android livereload with SSL: Deep Linking does not work
還沒有人認領這個 Issue。
- 主要語言
- TypeScript
- 星號
- 2k
- 分支
- 681
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Description:
I implemented Deep Linking with this tutorial: https://capacitorjs.com/docs/guides/deep-links
The deep linking in the app is done in by adding App.addListener('appUrlOpen'(...) to app component.ts. In livereload mode, the addListener callback function is never called.
Everything works fine when I compile it with
ionic cap copy
ionic cap open android
My ionic info:
Ionic:
Ionic CLI : 6.12.2 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 5.5.1
@angular-devkit/build-angular : 0.1000.8
@angular-devkit/schematics : 11.0.2
@angular/cli : 10.0.8
@ionic/angular-toolkit : 2.3.3
Capacitor:
Capacitor CLI : 2.4.3
@capacitor/core : 2.4.3
Utility:
cordova-res : 0.15.2
native-run : 1.2.2
System:
NodeJS : v15.3.0 (/usr/local/bin/node)
npm : 7.0.14
OS : Linux 5.4
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
報告指出了 app component.ts 以及指令 ionic cap copy 和 ionic cap open android;首先重現 Android livereload-with-SSL 流程,並將其與編譯後的流程進行比較。完成的標準是:在 livereload 模式下,針對 deep links 呼叫 App.addListener('appUrlOpen'...),就像編譯後一樣。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- android, angular, typescript
- 領域
- cli, mobile
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100