Reputation: 536
Im new to Stack-Overflow , I have been working on a html5 video application, and I know that IOS 4.2.1 ( iphone 3g , 3gs , and 4g ) Supports the HTML5 video tag in its Safari browser. However I am wondering if the original Iphone (2g) with its IOS 3.1.3 and its Safari is capable of playing HTML5 ( my guess is , it is not ) but I wanted to hear it from you guys, as well as , if its capable of being upgraded to IOS 4.2.1 ?
Upvotes: 4
Views: 5441
Reputation: 3974
According to Apple, the <video>
& <audio>
tags are supported in iOS 3.0 onward.
Upvotes: 2
Reputation: 1014
According to http://diveintohtml5.ep.io/video.html, iOS has supported HTML5 video since version 1.0.
Upvotes: 1