Hello,
I am Using @Capacitor/Browser plugin to open my website on In-AppBrowser. i am getting two events on “.addListnerEvents” as browserLoad and BrowserFinish. I have to pass a messge from inappBrowser(website) to mobile app in between this. Earlier, I am using “ionic cordova plugin add cordova-plugin-inappbrowser” plugin in which i am getting events “.on(“message”)” which resolved my problem…
I want to know, how to do same thing with Capacitor plugin, as my application is ongoing to production and converted into Capacitor.
Please Suggest me a solution for this
Thanks