GiveToken / GiftBox

Repository for Sizzle
0 stars 0 forks source link

Added outdated browser JS #985

Closed rnc505 closed 8 years ago

rnc505 commented 8 years ago

closes #787

screen shot 2016-04-18 at 11 36 58 am

It appears to only show up periodically (probably as to not annoy users). If you want to force it to show, clear cache and cookies.

Additionally, it can also nag older versions of other browsers (https://browser-update.org/#install), and the message is customizable (https://browser-update.org/customize.html)

wogsland commented 8 years ago

This is a more specific problem. Apologies for not making it clearer.

Polymer doesn't work in IE<10, so if they try to open a token in a browser that old we want to show them a page that suggests they use Chrome instead & provide a link to download it. We're already doing this for the Android web browser (c.f. line 214 of src\Route.php).

We're not really worried about the evergreen browsers.