While there are numerous similar issues out there, the bug I am encountering feels unique. This issue involves a page with a div in position:fixed style, specifically affecting certain less common mobile browsers like Star Safari, DU Browser, and Tint Browser. When the page height exceeds about 1500px, the bottom of the page gets truncated - displaying a complete white curtain. Strangely, this bug does not occur in more popular browsers such as chrome, firefox, opera, or safari.
Attached is a screenshot from my phone (HTC M8 - Tint Browser) where the bug is visibly reproduced. Additionally, I have observed the same issue on Samsung S5 devices.
The main purpose for having a fixed div in my case was to create a menu button that would stick to the viewport, making it easier for visitors to access the menu without scrolling back to the top of the page.
I have provided a partial solution below, but I will wait a week before marking it correct, hoping that someone else might come up with a better resolution.
- Tim