Dear all,

I am trying to show

http://www.google.co.jp/m/place#ipd:mode=home

website thru WebView in Android emulator but I am not seeing the web
site and seeing only blank space under the place tag of the page.

I am able to see other sites like www.google.com.

Do I need to enable more settings for the google place page?

Permission in the manifest

<uses-permission android:name="android.permission.INTERNET" />
Code

WebView view= (WebView) findViewById(R.id.view1);
View.getSettings().setJavaScriptEnabled(true);
View.getSettings().setBuiltInZoomControls(true);
View.getSettings().setSupportZoom(true);
View.loadUrl(" http://www.google.co.jp/m/place#ipd:mode=home";);


Thanks,

Best regards,

Denny Jian

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to