Bug #839
closedToolbar cutting off bottoms of pages
0%
Description
The page is no longer resizing to make room for the bottom toolbar; rather it is overlaying it. I had to go to fullscreen to access the sign-in for this site. Guess I'll move the toolbar back up top for now.
No new hardware or OS. Galaxy S8+ Android 9/OneUI 1.0 current version of webview
Updated by Soren Stoutner over 2 years ago
- Status changed from New to Feedback
- Assignee set to Soren Stoutner
- Priority changed from 3.x to Next Release
What is an example URL that is giving you troubles? Does it matter if you enable scrolling of the app bar?
Updated by Jesse M over 2 years ago
Settings manipulations don't seem to help. It causes issues on several sites, and like I mentioned, this site is an example. When I click on the hamburger button to log in (mobile version of page), the bottom toolbar appears even if it was hidden, and overlaps the bottom of the page. This occluded the login link at the bottom of the flyout sidebar thing. The toolbar must be removed with a full screen toggle or some other means to access it.
Updated by Soren Stoutner over 2 years ago
- Status changed from Feedback to In Progress
I think the problem was the elimination of the RelativeLayout as part of refactoring the bottom app bar in https://redmine.stoutner.com/issues/791.
The original purpose was to make the bottom app bar dodge snackbars while leaving the WebView stationary. While that is a nice effect, it isn't worth covering up the bottom of the WebView.
Updated by Soren Stoutner over 2 years ago
- Status changed from In Progress to Closed
Updated by Soren Stoutner over 2 years ago
The solution ended up being a whole lot more complicated than just modifying the layout. However, I think I have got it fixed.
There are a lot of complexities in relation to the top app bar, the bottom app bar, whether the app bar scrolls, if full screen browsing is engaged, and if the app bar is hidden in full screen browsing mode. However, I have done a bunch of testing and think I have everything working.
If you would like to test it out yourself you can download the test debug build at the link below. It can be installed alongside your current version of Privacy Browser. The link will expire after a few days. If you find a website that still has issues please let me know.
Updated by ask low over 1 year ago
I think the hiding of app bar on scroll, still overlays bottom area of the webview. The only way to circumvent this, is either full screen mode, or not using the app bar hiding feature at all.
I think the webview should scroll beyond & upto above the app bar when scrolled down a page completely.
Updated by Soren Stoutner over 1 year ago
Can you please attach a screenshot and a URL demonstrating the problem?