Hi all, I’m struggling to find good canonical advice for running Ionic PWAs. I thought I would start a thread on the subject.
Some specific questions:
-
What is the right way to hide the ios Safari browser UI (address bar top and nav bar bottom) by default?
I have seen some discussion that the meta tag:
<meta name="apple-mobile-web-app-capable" content="yes">
… should deal with this, but it doesn’t seem to work in my experience. -
What is the right way to define the icon ios safari should use when adding the url to the homescreen. Apparently this should be something like:
<link rel="apple-touch-icon-precomposed" href="/resources/ios/icon/icon.png">
but again that doesn’t seem to work.