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

[Bug] Hiding URL bar on scroll doesn't work well with Flutter web apps #4594

Open
Mr-Pepe opened this issue May 28, 2024 · 1 comment
Open

Comments

@Mr-Pepe
Copy link

Mr-Pepe commented May 28, 2024

Describe the bug

It seems that DDG considers every website scrollable and hides the URL bar. This introduces an empty bar below the page. If I go to https://example.com and scroll down, the web page constantly rerenders to fill the created empty space. However, Flutter web apps do not re-render, which makes the user experience for web apps with bottom navigation bars pretty bad.

How to Reproduce

  1. Go to https://wonderous.app/web
  2. Open any of the wonders
  3. Scroll down

The URL bar disappears and an empty space appears below the bottom navigation bar. (The white bar at the top of the screenshot is the task bar of my phone and gets hidden during screenshots.)

Screenshot_20240528-173257

Expected behavior

Not sure what the desired behavior is here. I feel like pages should not be scrollable if they don't actually extend beyond the screen.

Environment

- DDG App Version: 5.201.1
- Device: Pixel 8
- OS: Android 14
Copy link

Thank you for opening an Issue in our Repository.
The issue has been forwarded to the team and we'll follow up as soon as we have time to investigate.
As stated in our Contribution Guidelines, requests for feedback should be addressed via the Feedback section in the Android app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant