I'm wondering
> webview.addJavascriptInterface(new Def(), "Abc.Def");
does work or not.
Actually, I need it too.
like,
{{
window.Abc.Def.method();
}} on script.
How can I add javascriptinterface on deeper inner object? not as a
directly child of window object.
Sorry that it's not an answer of yours.
-19
On 1월11일, 오후7시51분, androlance <[email protected]> wrote:
> Actually, I made some changes insideaddJavascriptInterface() method
> of webview class of webkit.
> Then in our android project
>
> webview.addJavascriptInterface(new Abc(), "Abc");
>
> webview.addJavascriptInterface(new Def(), "Abc.Def");
>
> then it is executing in reverse order
> Abc.Def
>
> Abc
>
> Can any body tell me why and how to over come from this problem...
>
> Thanks & Regards
> androlance
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en