Closed Nuu-mA closed 1 year ago
有効なURLでiOSで開けるがAndroidでは開けなかったのでcanLaunchUrl() を確認したところ必ずfalseで判定されているようでした。
https://pub.dev/packages/url_launcher#android を参考にしてManifest fileを更新しました。
Add any URL schemes passed to canLaunchUrl as entries in your AndroidManifest.xml, otherwise it will return false in most cases starting on Android 11 (API 30) or higher. A element must be added to your manifest as a child of the root element.
https://github.com/FlutterKaigi/conference-app-2023/assets/31891340/f94f9ec6-1555-48f7-aca6-6869b424d751
@FlutterKaigi/conference-app-2023 レビューお願いします!
レビューありがとうございます。マージします。
有効なURLでiOSで開けるがAndroidでは開けなかったのでcanLaunchUrl() を確認したところ必ずfalseで判定されているようでした。
https://pub.dev/packages/url_launcher#android を参考にしてManifest fileを更新しました。
改修後キャプチャ
https://github.com/FlutterKaigi/conference-app-2023/assets/31891340/f94f9ec6-1555-48f7-aca6-6869b424d751