Hi all,

I just got my 1.5 pushed to me yesterday and it seems that
WebView.addJavascriptInterface stopped
working.

What I have is:

            public class phzJSI {
                public void backbutton () {
                        mHandler.post(new Runnable () {
                                public void run () {
                                        setMain (null);
                                }
                        });
                }

            private class phzWVC extends WebViewClient {
                public void onLoadResource (WebView w, String url) {
                        w.addJavascriptInterface(new phzJSI (), "phz");
                }


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to