-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/plugins
#5310Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectp: url_launcherPlugin to launch external applicationsPlugin to launch external applicationspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specifically
Description
The problem
Some valid url schemes seem to work (so the launch() method doesn't fail), even-though the url_launcher's canLaunch() method on flutter web returns false.
These are some examples:
- canLaunch("whatsapp://send?text=testing");
- canLaunch("twitter://post?message=testing");
Information
I have tested this on:
- My Safari browser on my Iphone XR
- Google chrome on my macbook
- Samsung J3's default browser
A solution?
Could this be fixed? Or is this not possible since you're trying to open apps from a web environment?
Thanks in advance for any help!
VladyslavBondarenko, TahaTesser, subinsv, deandreamatias, ziphawkteamusa and 7 more
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectp: url_launcherPlugin to launch external applicationsPlugin to launch external applicationspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specifically