IFrame player API only play audio with no video - WebView issue?
Hi,
I have embed youtube IFrame player API in my page,
All working as expected till I faced an issue with Samsung Galaxy S3 (4.0.4):
While I start the player can only hear sound with no video unless I'm expanding the video to full screes.
I saw a lot of treads for this here and all over the web but
In order to identify the cause of the problem i performed the following steps (one by one):
I checked 1st if youtube application is working as expected on device - and it is.
I checked if m.youtube.com is working as expected using the mobile browser - and it is.
I added a simple link (http://youtu.be/t2ByLmLnYJ8) in the application that hits youtube video (direct the user to m.youtube.com within the current view) and its NOT working - can only hear sound with no video unless I'm expanding the video to full screes.
After that In the save view I selected in m.youtube.com menu the option to switch to a "Desktop" view (still under the application view) and got a message that I have missing flash player installed on the device.
I checked if m.youtube.com is working using ChildBrowser plugin by invoke openExternal - and it is.
I checked if m.youtube.com is working using ChildBrowser plugin by invoke showWebPage- and it NOT working, getting video cannot play on the device.
From all above my conclusion is that the issue is the WebView that the application generated on since we can see that while we are using the device browser or application all working as expected (nothing missing) but while we are using the generated application we are facing the issue that the played have missing flash.
Can you please check this item?