aspose file tools
The moose likes Android and the fly likes What extensions to HTML5 and/or Javascript are available for use by Android web apps? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "What extensions to HTML5 and/or Javascript are available for use by Android web apps?" Watch "What extensions to HTML5 and/or Javascript are available for use by Android web apps?" New topic
Author

What extensions to HTML5 and/or Javascript are available for use by Android web apps?

Daniel Trebbien
Ranch Hand

Joined: Jul 10, 2007
Posts: 44
I know that PhoneGap extends the Javascript runtime to allow the web app to access native functionality. But, are there extensions to HTML5 and/or Javascript that are available to Android web apps by default (i.e. without using PhoneGap or a similar library)?
Sebastien Blanc
author
Ranch Hand

Joined: Nov 18, 2004
Posts: 33
By default, you can access your geolocation data and detect the orientation of your phone. Accessing the camera orcontacts, as you said, is only possible by using a tool such as Phonegap. But HTML5 provides also some nice features to compete with native apps like : offline caching/local storage


Sebastien Blanc
Pro Android Web Apps: Developing HTML5, JavaScript, CSS, and Chrome OS Web Apps
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: What extensions to HTML5 and/or Javascript are available for use by Android web apps?
 
Similar Threads
Does Pro Android Web Apps cover how to expose native functionality to the JS runtime?
Android Applications and Java
feasibility of HTML5 web on platforms
Are there cross-platform issues with developing Android web apps?
Which HTML5 features are supported on Android?