in ios canLaunchUrl method not works

This commit is contained in:
DASHU
2025-11-28 19:40:27 +08:00
parent 8288523ec5
commit 65f4833de9

View File

@@ -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);
}
// }
}
}