i’m building an app designed to be saved as a homescreen icon and launched as a webapp. Bubble is awesome for building in things like removing Safari with a simple check box which i’ve done, but I get this gap at the top above content where the time etc is.
Nope, this is because of changes in iOS 11+ Safari, which added some extra white space for devices with rounded screens.
Adding the viewport-fit=cover (the solution that @simon is proposing) will solve this, but… You’ll need to be on a Paid Bubble plan to add custom meta stuff to the page header.
Would be great if this could set as standard on @Bubble’s end.
Hello,
You mentioned [quote=“pauljamess, post:1, topic:54809”]
Bubble is awesome for building in things like removing Safari with a simple check box which i’ve done,
[/quote]. where is the checkbox you mention?
Thanks
Hmm, in that case you would have a second < head > within your < body > I think, which wouldn’t be semantically correct. But if it works it works, I guess.