Youtube Embed Video Not Working In Android 4+ (ice Cream Sandwich,jelly Bean)
This code works fine in android 2.2.But give protocol not supported error in android 4+ I refered this site https://developers.google.com/youtube/player_parameters &
Solution 1:
Try this:
<iframe class="youtube-player"type="text/html" width="640" height="385"
src="http://www.youtube.com/embed/VIDEO_ID" frameborder="0">
</iframe>
Source: http://apiblog.youtube.com/2010/07/new-way-to-embed-youtube-videos.html
Gonna need this: Force HTML5 youtube video
Also see: https://developers.google.com/youtube/player_parameters
Post a Comment for "Youtube Embed Video Not Working In Android 4+ (ice Cream Sandwich,jelly Bean)"