Video not playing in the Android 2.3.5
I ́m using the video object in the application with the script to play a video from you tube but was not played on a device with android 2.3.5
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I ́m using the video object in the application with the script to play a video from you tube but was not played on a device with android 2.3.5
Hello! Please check whether you use right video format for Android http://www.longtailvideo.com/html5
Hi Thanks for the reply.
I'm using the video that you indicate in the help document to test (http://clips.vorwaerts-gmbh.de/big_bu...). Problems only if the Tiggzi object is a JS API, which I believe is not.
Tiggzi has nothing to do with playing the video, we use the standard HTML5 video tag. The video plays in the mobile browser. So, you need to make sure the browsers that you have on your mobile phone supports the format you are playing.
I checked the instructions in tiggzi ́s help. I'm using the video file that you indicated in that document (http://clips.vorwaerts-gmbh.de/big_bu...) to test it. The Longtail warns that have problem only if the video object is a JS API, which I believe is not.
Vey odd. I tested the video from you tube in my browser and works very well, but not works in Tiggzi Application. Leaving nothing to chance, I decided to use the script as quoted on the topic: https://getsatisfaction.com/tiggzi/to.... It did not work well. I decided to test on my tablet (Android 4.3) and the video was not reproduced by the application. I tested the browser on the tablet you tube and other video site and it worked fine. What else can I do to test.
This works on Android 2.3.5: http://project.tiggzi.com/view/a8fdb9...
Using your script?
code
$('<iframe />', {
name: 'myFrame',
id: 'myFrame',
class: 'youtube-player" type="text/html',
width: '280',
height: '250',
src: 'http://www.youtube.com/embed/TIA6KNfpRqs'}).appendTo(Tiggr('mobilelabel1'));
/code
I ́m using de Tiggzi tester to check the application and not worked.
No, the example here: http://help.gotiggr.com/documentation...
What can I be doing wrong? Only works on the web: (http://project.tiggzi.com/mobile-fram...)
Another doubt: the video object does not have a class field. How do I apply CSS to this object, if you can make it work well?