Github user agrieve commented on a diff in the pull request:
https://github.com/apache/cordova-android/pull/171#discussion_r27482230
--- Diff: framework/src/org/apache/cordova/CordovaWebViewImpl.java ---
@@ -500,6 +500,7 @@ public void onPageFinishedLoading(String url) {
clearLoadTimeoutTimer();
+ cordova.onCordovaInit(pluginManager);
--- End diff --
I'm not sure it makes sense to wait until onPageFinished to dispatch
onCordovaInit. Why not dispatch at the end of the .init() function?
If the concern is that you want to be able to communicate with the JS, I
don't think onPageFinished guarantees that. Instead, you should have your
plugin wait for an `exec()` to come in from the JS in order to communicate with
it on start-up.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]