droibit / flutter_custom_tabs

A Flutter plugin for mobile apps to launch a URL in Custom Tabs/SFSafariViewController.
https://pub.dartlang.org/packages/flutter_custom_tabs
Apache License 2.0
136 stars 68 forks source link

Incognito Mode #161

Closed zanelladev closed 9 months ago

zanelladev commented 9 months ago

Is there any way I can open the browsers in incognito mode? I don't want to save cache/cookies, preferably on iOS

droibit commented 9 months ago

Hi @zanelladev,

Unfortunately, there is no way to open a browser in incognito mode using this plugin.
The platform implementation does not provide an option for this.