4
Saving site as app — no back button
(lemmy.world)
Welcome to the Programming.Dev meta community!
This is a community for discussing things about programming.dev itself. Things like announcements, site help posts, site questions, etc. are all welcome here.
Not sure how to help on iOS. Perhaps you could modify the manifest file for the PWA, before installing it, and change the
displayproperty to something other thanfullscreenorstandalone, so that the browser navigation bar is retained, but at that point, might as well use the browser anyway.https://developer.mozilla.org/en-US/docs/Web/Manifest/display
Perhaps you could file a ticket on the Lemmy UI repo about iOS PWA navigation? Although, surely iOS web devs must have a solution to such a common UI pattern.