Skip to content

Commit

Permalink
fix(android): support more custom tab browser
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Dec 6, 2023
1 parent b623b56 commit 8abea96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/helpers/url_launcher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Future<void> openUrl(BuildContext context, String url,
enableDefaultShare: true,
extraCustomTabs: const [
'org.mozilla.firefox',
'org.mozilla.fenix',
'com.vivaldi.browser',
'com.microsoft.emmx',
],
),
Expand Down

0 comments on commit 8abea96

Please sign in to comment.