Skip to content
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

Access/communication to exsisting WebView #84

Closed
misherone opened this issue Apr 29, 2016 · 0 comments
Closed

Access/communication to exsisting WebView #84

misherone opened this issue Apr 29, 2016 · 0 comments

Comments

@misherone
Copy link

Can I somehow communicate to exsiting javascript interface (e.g. "bridge") attached to the WebView from React app? I have working android and iOS projects with WebView and my custom JS interface with huge functionaluty that i want to reuse. There is no way I can reimplement it as extension for React (especially foe iOS). The problem is that React App is not in WebView, and for React it is better to not have it at all. So I have WebView and js interface attached to it. Also I have a js library (e.g. "client") in my app (running inside webview) to use this "bridge". So the question is: is it possible have a setup with "client" js library imported into React app and communicate to the "bridge"? I have also posted on stack overflow this question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants