mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 01:44:19 +01:00
in ios canLaunchUrl method not works
This commit is contained in:
@@ -131,8 +131,8 @@ class AppLinksService with PermissionCheckMixin {
|
||||
|
||||
var url = callbackUrl + Uri.encodeComponent(response!);
|
||||
var uri = Uri.parse(url);
|
||||
if (await canLaunchUrl(uri)) {
|
||||
// if (await canLaunchUrl(uri)) {
|
||||
await launchUrl(uri);
|
||||
}
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user