Skip to content
New issue

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

Toolbar bottom background transparent when scroll to bottom of the webview #2550

Open
1 of 2 tasks
EnettyTech opened this issue Mar 6, 2025 · 1 comment
Open
1 of 2 tasks
Labels
bug Something isn't working

Comments

@EnettyTech
Copy link

EnettyTech commented Mar 6, 2025

Is there an existing issue for this?

  • I have searched the existing issues

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
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
            );

Stacktrace/Logs

Stacktrace/Logs
<Replace this line by pasting your stacktrace or logs here>

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

  • I'm ready to work on this issue!
@EnettyTech EnettyTech added the bug Something isn't working label Mar 6, 2025
@lakatosdavid
Copy link

yeah, for me is the same!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants