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

Support addJavascriptInterface or something similar #88

Open
derjanb opened this issue Apr 6, 2015 · 0 comments
Open

Support addJavascriptInterface or something similar #88

derjanb opened this issue Apr 6, 2015 · 0 comments

Comments

@derjanb
Copy link

derjanb commented Apr 6, 2015

Hi, I'm the developer of Tampermonkey [1][2] and I was asked whether I would like to implement Tampermonkey for Tint.
I already studied the Tint Browser Add-on API and as far as I can tell it looks promising all in all. There is only one thing missing: the possibility to communicate back from the Javascript to the Java code. The Android webview as well as the Dolphin Browser abstraction of it provide a way to bind a Java-Javascript-Bridge. [3]

So my question is: is it possible to implement something similar that allows string data based communication from the Javascript to the Tampermonkey Add-on?

Thanks,
Jan

[1] https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo
[2] https://play.google.com/store/apps/details?id=net.tampermonkey.dolphin
[3] http://developer.android.com/guide/webapps/webview.html#BindingJavaScript

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

1 participant