-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
As js intensive apps become the standard we need a simple & discrete solution to notify users that they need to use a javascript enabled browser.
Inserting a noscript tag with a fallback message seems reasonable, as such:
<noscript>You need a JavaScript enabled browser to use this app</noscript>
The "noscript" tag can be styled as an overlay taking up the full size of the browser window (maybe with some opacity) and the text can be centered and rather enlarged so the re is no wrong assumption and the user will not be able to proceed without activating JavaScript.
Metadata
Metadata
Assignees
Labels
No labels