-
Notifications
You must be signed in to change notification settings - Fork 3k
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
WVJB For Android (NEW) #329
Comments
Why reinventing the wheel ? I have carefully read @marcuswestin 's comments on #103 , and I've also studied other mirroring implementation for Android, such as https://github.com/jesse01/WebViewJavascriptBridge In the process of studying those source, I found many bugs, such as incorrect string escape, calling failure in some cases, incompatibility between different Android versions and models, and so on. The most important thing, however, is that API design compatibility is bad, which leads to the disagreement of javascript code. Oh..., In order to unify Android and IOS and emancipate the front-end programmer, I should do something ! Finally, Welcome suggestions and criticism again! |
https://github.com/wendux/WebViewJavascriptBridge That's what I needed, very cool! |
well done! |
Emancipation day. :) This is really great stuff |
WebViewJavascriptBridge For Android: https://github.com/wendux/WebViewJavascriptBridge .
This Android version project is a mirror of marcuswestin/WebViewJavascriptBridge , so there are some similarities between the two project , such as API design, native code, and the example demo. For the Javascript code, it is exactly the same.
Welcome suggestions and criticism !
@marcuswestin
The text was updated successfully, but these errors were encountered: