Android HTML5 example required

I tried to implement HTML5 on Android OS. But I didn’t get it .... Can someone give an example of HTML 5 in Android?

+3
source share
4 answers
<!DOCTYPE html>
<html><head><title></title></head>
<body>I'm Batman</body>
</html>
+10
source

Download this example to your Android phone. This is in HTML5, written by me, and will show you your location on a Google map (if you allow it).

Works great on my HTC Desire.

+3
source

HTML5 github. Android " defacto", Apple (, ).

http://coolaj86.github.com/iphone-html5-offline-app-demo

https://github.com/coolaj86/iphone-html5-offline-app-demo

I would be happy to add any simple demos you find, or see more details.

+3
source

You can try the Sencha Touch demos here http://www.sencha.com/products/touch/demos.php , which contains some amazing HTML5-based web applications.

+2
source

Source: https://habr.com/ru/post/1773391/


All Articles