is the html5 working on android 2.2 and above?
i was tried a youtube link, but it is working with js.
they just adding <!DOCTYPE html> that all then say is support html5?
and i tried to put other html5 coding as below
<form action="/newaccount" method=post
oninput="up2.setCustomValidity(up2.value != up.value ? 'Passwords do not match.' : '')">
<p>
<label for="username">E-mail address:</label>
<input id="username" type=email required name=un>
</p>
<label for="password1">Password:</label>
<input id="password1" type=password required name=up>
<p>
<label for="password2">Confirm password:</label>
<input id="password2" type=password name=up2>
</p>
<input type=submit value="Create account" />
</form>
is it html5 must with jquery or javascript then will working at my android device 2.3.6?
is it now html5 full support with android 4.0 only?
You want to explore Phone Gap. Its a platform-independent development environment which converts apps written with HTML5, CSS and JS into publish-ready Android, IPhone, Windows etc apps.
http://phonegap.com/