If anyone's interested in pursuing this, I don't think it would necessarily be a breaking change. E.g. we could provide both CordovaActivity and CordovaFragment and apps can use whichever they prefer. If that goes well, we could have CordovaActivity use a CordovaFragment, all without breaking the API of CordovaActivity.
On Wed, Jul 9, 2014 at 11:55 AM, Joe Bowser <bows...@gmail.com> wrote: > We should push this to 5.x. We're breaking too much stuff in 4.x. > On Jul 9, 2014 8:49 AM, "Andrew Grieve" <agri...@chromium.org> wrote: > > > I think it's been brought up a few times and is a real issue that we > could > > address. Perhaps in 4.0.x? > > > > > > On Tue, Jul 8, 2014 at 11:20 PM, Marcel Kinard <cmarc...@gmail.com> > wrote: > > > > > Someone asked me today about using a Cordova webview as a fragment on > > > Android. Is this something that should work as is? > > > > > > At first glace, it doesn’t appear to be so, in the case where they want > > to > > > do this on API11 which would trigger the Android v4 Support Library as > a > > > pre-req and change the superclass of CordovaActivity from Activity to > > > FragmentActivity. > > > > > > And there aren’t any docs on this topic in > > > > > > http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_webview.md.html > > > , so is this really a rare thing? Seems like a gap, or am I missing > > > something? Thanks! > > >