Tuesday, April 19, 2016

web app - How to tell to the user that a web app is optimized for a specific browser?


My web app is voluntary optimized for Chrome. It works on IE and Firefox but the user can find some design issues with old browsers like IE 8. It's a professional app' on an intranet and a some users don't use Chrome.


I'd like to display on the Home page something like "This site is optimized for Chrome" and may be a link to https://www.google.com/chrome/


Is-it a good idea to do that ? What is the "best" way to inform the user this app' is optimized for a specific browser ? Should I encourage the user to download Chrome ?



Answer



Don't inform them.


Provided it works fine on all browers and doesn't look a huge mess in IE8 (see 'Graceful Degradation') then why bother telling users to update their browser? The chances are if they're using an old browser it's because they don't have a choice - it could be a corporate network where they don't have permission / ability to update, for example. Telling them to update doesn't mean that they will. It'll more likely annoy them. "Everyone else is welcome, but you can't come in here with those shoes on sir".



You telling them that they are out of date isn't going to win you any favours from them. Ensure you've built the app using proper web standards so that it actually works. Telling them their browser is out of date is really just an admission on your part that "we haven't bothered making this site work properly on your device, it's your fault and you should do something about it". In fact it is not their fault the site doesn't work - it is yours. Especially considering this is an Intranet app, so you should have known what the browsers that it would be used on were so should build the app accordingly.


If you're not able to do anything about it then don't draw attention to the fact the site doesn't work ideally, just let them get on with it themselves. Ensure the site works and don't nag them that they're at fault.


No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...