[android-developers] Re: Mobile capabilities from AJAX

2008-06-26 Thread Gene Vayngrib
Jose, Take a look at http://bhoost.com which aims to provide exactly what you are looking for. Bhoost is an open source wrapper around Android's WebKit browser. It offers JavaScript API to native Android capabilities. To launch native dialer it follows a common technique used on iPhone and s60 ph

[android-developers] Re: Mobile capabilities from AJAX

2008-06-26 Thread Jose María González
Thanks Hong, that sounds great. Could you please provide me with more info. I have no idea hoy to implement the bridge between my application and the webkit. Some links will be very helpfull. On Jun 25, 8:20 pm, Hong <[EMAIL PROTECTED]> wrote: > the webkit supporst full ajax. > > as for dialing

[android-developers] Re: Mobile capabilities from AJAX

2008-06-25 Thread Hong
the webkit supporst full ajax. as for dialing call, sms, and battery status, it's not supported out of the box, but u can have an application running with a bridge to the webkit that provides the system information. to natively support from ajax, they need to provide something like the intel's ja