dpogue commented on issue #1715: URL: https://github.com/apache/cordova-android/issues/1715#issuecomment-3020381378
> That being said, what is the proper workflow for a plugin with `onload` to know when its JS interface is ready? Sorry for not seeing and replying to this earlier. Your plugin class can implement the `public Object onMessage(String id, Object data)` method, which will get called with the `id` parameter set to `"onPageFinished"` when the webview has finished loading a page. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org