We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Background of the toolbar bottom will transparent when scroll web to end.
Background not change
WidgetsFlutterBinding.ensureInitialized(); InAppBrowser browser = InAppBrowser(); final settings = InAppBrowserClassSettings( browserSettings: InAppBrowserSettings( hideUrlBar: true, toolbarTopBackgroundColor: Colors.blueAccent, toolbarBottomBackgroundColor: Colors.blueAccent, presentationStyle: ModalPresentationStyle.POPOVER), webViewSettings: InAppWebViewSettings(isInspectable: kDebugMode)); await browser!.openUrlRequest( urlRequest: URLRequest( url: WebUri(url), // Add additional headers if needed headers: {}, ), settings: settings );
<Replace this line by pasting your stacktrace or logs here>
3.27.0
IOS 18.2
v6.1.5
No response
The text was updated successfully, but these errors were encountered:
yeah, for me is the same!
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Current Behavior
Background of the toolbar bottom will transparent when scroll web to end.
Screen.Recording.2025-03-06.at.14.11.17.mov
Expected Behavior
Background not change
Steps with code example to reproduce
Steps with code example to reproduce
Stacktrace/Logs
Stacktrace/Logs
Flutter version
3.27.0
Operating System, Device-specific and/or Tool
IOS 18.2
Plugin version
v6.1.5
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: