Unsupported Browsers
Unanswered
Northeast Congo Lion posted this in #help-forum
Northeast Congo LionOP
What is the best practice for displaying a message about browser support. on Safari 10 in on a very old ipad i noticed some things do not load.
How should this normally be handled? its it middleware? do all requests just get pushed to an unsupported browser page if browser is too old? Is there an example of this anywhere?
New to react and next so not sure what i SHOULD be doing.
How should this normally be handled? its it middleware? do all requests just get pushed to an unsupported browser page if browser is too old? Is there an example of this anywhere?
New to react and next so not sure what i SHOULD be doing.
1 Reply
yeah I think the middleware is a good place to check for unsupported browsers, you can read the user agent and redirect the user if the browser is too old