-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/plugins
#5424Closed
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: url_launcherPlugin to launch external applicationsPlugin to launch external applicationspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
The configuration section in the README says that some configuration is necessary on iOS and Android.
- iOS: You've to add any URL schemes you're using to your Info.plist.
- Android: For API >=30 you've to add a
<queries>element to theAndroidManifest.xml.
I tried to use the package for https and http without doing the configuration and everything worked. Tested with Android Emulator Pixel 3 API 30 and iPhone 13 iOS 15.2 on Simulator.
Why should I do the configuration, if it works also without? Or does it work only because of the Emulator/Simulator? It would be nice to have this in the documentation.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: url_launcherPlugin to launch external applicationsPlugin to launch external applicationspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version