Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Show incompatible browser warning #190

Open
sebastianbenz opened this issue Jun 12, 2016 · 3 comments
Open

Show incompatible browser warning #190

sebastianbenz opened this issue Jun 12, 2016 · 3 comments

Comments

@sebastianbenz
Copy link
Collaborator

We should generate server-side a warning page for unsupported browsers based on user agent.

Context: #185

//cc @juliantoledo @adewale @kul3r4

@ithinkihaveacat
Copy link
Contributor

Can amp-user-notification (or some minor variation thereof) be used for this? (I imagine we don't want to do anything too intrusive given that the AMP page in question is likely to mostly work.)

@sebastianbenz
Copy link
Collaborator Author

sebastianbenz commented Jun 13, 2016

@ithinkihaveacat some older browsers (e.g IE9) won't show anything at all which makes it necessary to handle compatibility detection server-side anyway.

@ithinkihaveacat
Copy link
Contributor

What will users see after they're redirected? Do they get redirected to the canonical page? Or an interstitial that lets them decide whether to proceed anyway and/or download a better browser? Where does the list of compatible UAs come from, and are web crawlers included?

I'm a bit wary of any change in behaviour that is dependent on UA. The approach has a somewhat chequered history technically, as is likely to be politically controversial way of dealing with old browsers.

On 13 Jun 2016, at 11:02, Sebastian Benz notifications@github.com wrote:

@ithinkihaveacat some older browsers (e.g IE9) won't show anything at all which makes handling it server-side necessary anyway.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants