diff --git a/lib/utils/open_url.dart b/lib/utils/open_url.dart index ecfb098..be8d4ec 100644 --- a/lib/utils/open_url.dart +++ b/lib/utils/open_url.dart @@ -13,6 +13,7 @@ void openUrlCustomTab(String url) async { shareState: flutter_custom_tabs.CustomTabsShareState.browserDefault, urlBarHidingEnabled: true, showTitle: true, + browser: flutter_custom_tabs.CustomTabsBrowserConfiguration(prefersDefaultBrowser: true), ), safariVCOptions: const flutter_custom_tabs.SafariViewControllerOptions( barCollapsingEnabled: true,