Hi
i am using bootstrap in my asp.net application, and my application will run in all the browser like IE, mozilla, Chrome..
What to write in meta section to compatible for all browser
thanks,
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akash VarshneyPosted Sep 19, 2016, 1:50 AM
Here is the link to the official docs for Bootstrap versions: http://bootstrapdocs.com/
Looking at Browser support for Bootstrap 1.1.0 it says Internet Explorer 7+. The docs for the earlier version v 1.0.0 (which was the first public release) doesn't even mention supported browsers. You can check if more recent version added support for IE6, but I don't think so. I also discourage using an old version at all.
If you can chose another framework I'd suggest YAML, it is actively maintained, well documented and supports IE6, too.
Jisny AvPosted Sep 19, 2016, 1:25 AM