I recently developed a hybrid HTML5 app using the Trigger.io framework. The app features a fixed footer and a scrolling content area which function properly on most devices, except for the iPhone X. When scrolling on the iPhone X, I noticed that the footer actually moves out of view slightly.
Here is how the app appears with the footer in view:
https://i.sstatic.net/UMGnE.png
However, as soon as I begin scrolling down, the footer disappears and only reappears when scrolling back up.
https://i.sstatic.net/YGnbQ.png
Although I have implemented optimizations for the iPhone X notch in the design, the issue of the footer scrolling remains unresolved.
Since my app is built using a hybrid framework, the interface is constructed using HTML + CSS rather than native UI components.
Any insights into why the footer might be behaving this way specifically on the iPhone X?