Reputation: 3389
Are there resources or JS libraries to emulate HTML5 features, if the browser doesn't fully support HTML5.
I am specifically looking to target mobile web applications.
Thanks,
Sri
Upvotes: 3
Views: 165
Reputation: 98906
Modernizr is a library for detecting support for HTML5 and CSS3 features.
It doesn’t do any automatic fixing itself (I don’t think so anyway...), but it’s a solid base to use for adapting your application to browsers that don’t support what you need.
Not sure how well it runs on mobile devices — JavaScript performance tends to be pretty slow on mobile.
Upvotes: 1
Reputation: 2893
Most mobile browser don´t have good js support. So it´s difficult you can emulate HTML5 or anything.
Upvotes: 0