Always use the default browser's custom tab

Fixes #32.
This commit is contained in:
Jonathan Almeida
2025-07-05 15:36:29 -04:00
parent 21590d2d94
commit c817603551

View File

@@ -13,6 +13,7 @@ void openUrlCustomTab(String url) async {
shareState: flutter_custom_tabs.CustomTabsShareState.browserDefault, shareState: flutter_custom_tabs.CustomTabsShareState.browserDefault,
urlBarHidingEnabled: true, urlBarHidingEnabled: true,
showTitle: true, showTitle: true,
browser: flutter_custom_tabs.CustomTabsBrowserConfiguration(prefersDefaultBrowser: true),
), ),
safariVCOptions: const flutter_custom_tabs.SafariViewControllerOptions( safariVCOptions: const flutter_custom_tabs.SafariViewControllerOptions(
barCollapsingEnabled: true, barCollapsingEnabled: true,