You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.)
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.
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.
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
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.)
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
The text was updated successfully, but these errors were encountered: