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!