How may I detect/determine which browser the client is using from within Shiny?
Our corporate standard is IE8. I'd like my app to detect the browser type and display a message to switch to chrome or firefox if the browser is IE. This is a very high source of frustration right now. I send folks a link to an app. I forget to remind them to use Chrome. Even if I remember, they still just click on the link. It opens in their default browser of IE8. It doesn't work, they don't know why, they try stuff like rebooting their computer. Just a real drag. And even for regular users, it doesn't work out well for them to switch their default browser. All of our enterprise apps are requiring IE8. So if a user switches they get frustrated because in their job they use the enterprise stuff more than the shiny app I'm working on.
Too bad folks can't just right click on the link and select "open with" like they can on files in windows explorer. Or it would be cludgy but cool if there was a browser proxy type app that you could install and set as default browser. Such that when you click on a link, that app would run, and list all browsers installed on the computer, and let the user pick which one to run. I would love it myself. Anyone know of such an app out there?
Jonathan