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!

Reply via email to