Detect webrequest coming from PWA on the server side
问题 I'm adding PWA support to a web app. I want to add a back-button to the interface for iOS when the app is used as a PWA but not when used in the old fashioned way in Safari (or another browser). I know I can detect this via JS - so I could just show/hide the back-button at runtime, but I would like to know if there is any way to detect in on the server-side already ( apache/php ). I guess there will be more use-cases coming up to serve slightly different content. I guess I could set a cookie