turn off hardware acceleration?
I am experiencing a problem playing youtube iframe embedded videos via the youtube iframe api.
https://developers.google.com/youtube...
When I install my app on my android devices the embedded video displays the placeholder image. On my nexus 7 with android 4.2.2 if I hit play I hear the sound but do not see the video (black). If I hit the full screen I see the video play ok. On my android 4.0.4 bionic phone I see the video placeholder image but play just shows black and full screen does not respond (ultimately app crashes). On my desktop machine testing my app in chrome browser video plays fine.
I am not sure what the solution is since I am not seeing much other than a recommendation to disable hardware acceleration in android manifest file. Is there a way to do this in UI yet? I understand I can do export and build which I will attempt.
http://developer.android.com/referenc...
http://developer.android.com/guide/to...
I am not sure this is right solution however because it appears hardware acceleration may be needed for html5 .
Question is, how do I get video to play embedded in mobile app for both android 2+ and iphone/ipad? I thought the iframe api would work but it still falls back to flash which appears to be the problem.