Mobione version: 2.6.2 (20140319);
Windows 7
Hi,
I’m using the Youtube iframe embedded video API to show videos in my app. The issue is that on Android phones, using the android build, when playback isn’t in fullscreen there is audio, but no video, just a black screen. Fullscreen plays back fine. The solution to this issue is as stated below:
To enable hardware acceleration, add the tool-api-level and manifest elements shown below inside the android element in your tiapp.xml file like:
<android xmlns:android=”http://schemas.android.com/apk/res/android”> <tool-api-level>11</tool-api-level> <manifest> <application android:hardwareAccelerated=”true”/> </manifest> </android>
Question is – how do I do this in Mobione as the build takes place in the cloud?
Thank you,
Errol