Perhaps it is beyond the scope of the plugin, but it would be nice to be able to communicate with the opened page on android / mobile.
I have tried the following methods:
- window.postMessage
- broadcast channel
- local storage
But none of them seem to work.
I don't think the created webview does not seem to share the same context as the main app.
If this is not something you're interested in adding, maybe you can provide some suggestions to achieve it?
Thank you.
Perhaps it is beyond the scope of the plugin, but it would be nice to be able to communicate with the opened page on android / mobile.
I have tried the following methods:
But none of them seem to work.
I don't think the created webview does not seem to share the same context as the main app.
If this is not something you're interested in adding, maybe you can provide some suggestions to achieve it?
Thank you.