Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML5 mobile browser support

Tags:

html

mobile

Trying to determine if any Android browsers (or other mobile platform browsers) support HTML5 drag and drop.

Is there an up-to-date online reference for HTML5 feature support within browsers? Specifically mobile browsers?

like image 985
Brian Avatar asked May 23 '11 16:05

Brian


People also ask

Do mobile browsers support HTML5?

It can be observed that Chrome, Edge, Opera, Samsung Internet, Chrome for Android, Opera Mobile, and QQ Browser supports the new form features. However, IE, Firefox, Safari on iOS, Opera Mini, and Safari offer limited support to the Form features.

Does HTML5 work on Android?

On mobile operating systems like Android, iOS, Windows Phone and Blackberry, HTML5 applications are usually hosted inside Apache Cordova (aka PhoneGap). Apache Cordova fills the role of interfacing your HTML5 application to the native operating system.

Is HTML5 still supported?

HTML5. 2 and HTML5. 3 were retired on 2021-01-28.


2 Answers

I think this is what you want: http://caniuse.com/

like image 114
Jason Gennaro Avatar answered Oct 10 '22 02:10

Jason Gennaro


MobileHTML5 http://mobilehtml5.org/ is an interesting reference where to check for html5 support on mobile devices

like image 29
Luca Avatar answered Oct 10 '22 03:10

Luca