Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code for detecting flash and html5 in android

As we know, some android devices can support flash and HTML5. However, not all android devices support HTML5. Can we have some program code like JavaScript to detect whether particular android devices support HTML5?

I'm mostly interested in capabilities concerning video playback.

like image 610
user3056561 Avatar asked Jun 06 '26 04:06

user3056561


1 Answers

HTML5 is an ubrella for many different unrelated technologies. These can be individually supported (or not supported) by any browser. The way to go is feature detection to check if the needed technology is present.

like image 106
vbence Avatar answered Jun 08 '26 18:06

vbence



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!