Topic: I need to detect if the users browser lacks a feature that will impact mdbootstrap and show a message
Elliott Ward premium asked 6 years ago
I am looking for guidance on what features I need to detect for in order to insure mdbootstrap runs as expected. For instance if javascript is disabled on the browser that will effect my code. But I am unclear on the what other features to check for or even the best what to that.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Premium
- Premium support: Yes
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Piotr Glejzer staff commented 6 years ago
may you need something with no script tag?<script>Put Sample code here for execution when JavaScript is Active </script> <noscript>Put Sample code here for execution when JavaScript is Disabled</noscript>