Pretty simple question, I have a webpage that is used exclusively on iPads. I've set it up so that you can save it to the home screen and use it as a web app.
What I'm wondering is if there is a way via Javascript or CSS to tell if the page is being viewed from within the browser with all of the navigation stuff at the top, or if it was launched and is being browsed as a web app.
I tried using media queries to set up different styles for web app vs with-navigation browser, but I couldn't figure out a query that would work.