Each new release of iOS means a new set of issues for your PWA.
I just noticed several issues when running my Ionic 3 PWA on iOS 11.4.1
after you use an input control (e.g., an <ion-textarea> or an <ion-searchbar>) the screen doesn’t resize correctly
<input #capture type="file" accept="image/*;capture=camera" ... > has stopped working
“Because of iOS challenges, Starbucks PWA is doing user-agent sniffing and delivering a different manifest for iOS, using display: browser instead of display: standalone.”
“Safari support (and bugs) are changing so fast that even if it works fine today, you might end up with a lousy implementation pretty soon.”
@robinyo sorry for the late feedback, doing as I displayed above for the camera/gallery still works like a charm with iOS 11.4.1 on iPhone 6s (real phone not simulated)
I tested my textarea, ion-textarea and ion-searchbar (in content) there all looked ok, no ‘sizing’ effect