Merge pull request #33 from jonalmeida/fix-android-custom-tabs-32
Always use the default browser's custom tab
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user