Hi, folks
i have a problem to show specific web page (https://
emocion.movistar.es/mstore/index.jsp) with certificate when i using
WebView..
i searched that some guy done fake X509TrustManger, but in my case no
luck.
i can only see empty screen and there is no errors on that.
Android browser can show a dialog for notice a certificate,
I am testing at 1.6 donut now
my simple code is like below
web = (WebView) findViewById(R.id.main);
web.getSettings().setJavaScriptEnabled(true);
web.setWebViewClient(mWebViewClient);
web.loadUrl("https://emocion.movistar.es/mstore/index.jsp");
There is no onReceivedSslError() callback like in BrowserActivity.java
Could you share a idea for solving this problem?
Thanks in advance...
--
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