How do you handle PWA installation prompts?
I'm building an internal web app that will benefit from being available as a PWA on users' home screens, but the lack of native installation prompt support (via the beforeinstallprompt event) in iOS browsers is becoming a pain in the neck.
Obviously I can provide a popup with instructions for Safari, but Safari in iOS 26 has three different toolbar layouts that put the share button in different places.
So how do you handle it? Automatic prompts on Android/Chromium, then provide three different sets of instructions for Safari?