In my app i am using web view. In that i am loading the page
http://apiblog.youtube.com/2010/07/new-way-to-embed-youtube-videos.html.
This page contain youtube videos. These are not displaying untill i
click on them. If we open the same from the browser then these are
showing properly. My code is :

wv = (WebView)findViewById(R.id.
wv.getSettings().setJavaScriptEnabled(true);
wv.loadUrl("http://apiblog.youtube.com/2010/07/new-way-to-embed-
youtube-videos.html");

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