On May 5, 4:43 pm, glory <hiti.dee...@gmail.com> wrote:
> Hi ,
> Does loadDataWithBaseURL is depricated in version 1.5 ?
> This method was working well in Android version 1.1
> Does there is any other method available
>
> Thanks in advace
> Glory
Hi Glory....
Please let me know how to display a html page(coming from server) on
webview.
I'm using the following bit of code.Plz correct me if I'm wrong.
webview = (WebView) findViewById(R.id.webview);
webview.getSettings().setJavaScriptEnabled(true);
webview.loadUrl("http://www.google.com");
Currently I'm using 1.1 version..As u told i used
loadDataWithBaseURL...but it is also not working...
Is there any problem with the version,,,
Thanks in Advance,
Chandra.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---