When trying to access the demo application from core-layout using the embedded browser within the Facebook app on iOS 9.x, it appears that the footer element is not visible in portrait mode. When the device is rotated to landscape mode, the footer becomes partially visible instead of being completely visible as expected.
The first image depicts how the demo app is supposed to appear, while the second image displays the issue of the missing footer when viewed through the Facebook app's embedded web view (the images were captured from a Chrome desktop browser showcasing the bug):
https://i.sstatic.net/Pv4W8.png https://i.sstatic.net/X3NgI.png
After exploring various possibilities, we discovered that the bug stemmed from the browser rendering the page/viewport taller than the visible area.
This problem appeared to be linked to issues discussed in threads such as iOS9 Safari viewport issues, meta not scaling properly? and Web page not getting 100% height in Twitter app on iOS 8.