You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin comes bundled with a CordovaFragment (which is a Fragment similar to CordovaActivity) and a MainActivity that extends AppCompatActivity and adds CordovaFragment using FragmentTransactions.
20
17
21
18
AndroidManifest.xml is automatically updated to use the new MainActivity.
22
19
23
-
Credits
24
-
==
20
+
# Credits
25
21
Based on cordova-android-fragments (https://github.com/rajivnarayana/CordovaFragments)
26
22
27
-
History
28
-
==
23
+
# History
24
+
## 0.0.3
25
+
- Added missing method to activity to handle permission request results
"description": "An android plugin that provides a replacement activity to the default activity to start a cordova application with MainActivity as a Fragment Activity. Useful when you want to add native views on top of cordova webview.",
<description>An android plugin that provides a replacement activity to the default activity to start a cordova application with MainActivity as a Fragment Activity. Useful when you want to add native views on top of cordova webview.</description>
0 commit comments