i have the code

                                WebView webView = (WebView) 
findViewById(R.id.webView1);
                                   
webView.getSettings().setJavaScriptEnabled(true);
                                   //webView.loadUrl("http://www.google.com";);

                                   webView.loadUrl("http://www.google.co.il";);

i want to controll some encoding and to set Encoding on for Gzip
What is the command/property to use?

Thanks

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