Yes. That's why I want to get rid of as many methods in CordovaInterface as possible. It would have been better if we set plugins to just use contexts, but for some reason we're not able to. I don't know why this is.
On Tue, Jun 26, 2012 at 3:36 PM, Anis KADRI <[email protected]> wrote: > I tried it out and it works. > > Correct me if I am wrong but in order to use CordovaWebView do you HAVE TO > implement CordovaInterface YAH ? > > On Tue, Jun 19, 2012 at 2:17 PM, Joe Bowser <[email protected]> wrote: > >> Hey >> >> Since 1.9 has CordovaWebView, here's an example of an app using it. I took >> the existing Android ActionBar example, and added the CordovaWebView to >> it. I found that there were too many methods that we're asking people to >> implement when we're doing this and we should find a way to reduce them or >> document their importance. >> >> Anyway, here's the example app: >> https://github.com/infil00p/CordovaActionView >> >> Of course, we could plugin-ize some of this, but this at least gets rid of >> the issues that Wikipedia were running into regarding their mock ActionBar. >> >> Any thoughts? >> >> Joe >>
