Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
I'm experimenting with creating a webview that is transferred from one activity to another. Problem is that many plugins attach themselves to the lifespan of `cordova.getActivity()` rather than `webView.getContext()`.
In general, these are the same, but not in this case.