[android-developers] Re: Using Webkit/Webview for Android UI instead of native UI

2009-10-22 Thread Carmen Delessio
See http://www.phonegap.com >From ars technica PhoneGap lets developers wrap web applications inside a native application using WebKit, making development easier for those who aren't familiar with Objective-C and Cocoa. In fact, the framework even includes a tool for easily doing this type of "nat

[android-developers] Re: Using Webkit/Webview for Android UI instead of native UI

2009-10-21 Thread Miguel Paraz
On Oct 21, 8:41 pm, Hendra Wijaya wrote: > I wonder if it's possible to use webkit/webview for UI instead of > using the native UI ( view, layout, activity, etc ). Is there a way to > catch/propagate intents to internal app when we use webkit/webview ui > (probably through javascript) ? > > The a

[android-developers] Re: Using Webkit/Webview for Android UI instead of native UI

2009-10-21 Thread zhen guo
We are working on this issue,you mean widget. On Thu, Oct 22, 2009 at 2:02 AM, Jason Proctor < jason.android.li...@gmail.com> wrote: > > yes you can. use a WebViewClient to deal with clicks on links, invent > some new URL schemes to implement app logic, etc. call back to Java > code using the Jav

[android-developers] Re: Using Webkit/Webview for Android UI instead of native UI

2009-10-21 Thread Jason Proctor
yes you can. use a WebViewClient to deal with clicks on links, invent some new URL schemes to implement app logic, etc. call back to Java code using the Javascript interface. we tried this approach, but gave up on it due to issues with the WebKit interface and the performance of heavy Javascri