-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Communication between webviews #8
Comments
@arturokunder that callback is triggered by the WebViewPlugin.java file, i got to the point of communicating with that file. |
This would be great, currently I'm working around this by using sqlite. Reading in second window, writing on the original. |
I attempted to implement this functionality in a fork, no success yet. I can call the events on the same webview, but they are using two different native objects hence won't share the same dictionary (iOS). webViewPlugin.js
WebViewPlugin.h
WebViewPlugin.m
Currently, when I subscribe in the second webview, then send from the original, the original does not have the same NSDictionary used and doesn't have the callbackId saved. |
I haven't seen one, but is there a possibility of communication between the webviews?
The inappbrowser plugin has a form of limited communication but this plugin suits me better except the cross-webview communication.
The text was updated successfully, but these errors were encountered: