Hi you all,
We have been struggling with video support in different platforms for quite some time.
On desktop, I found out that even videos with transparency wrapped in a webm container work beautifully.
On apple devices though, nothing seems to get them working ok... perhaps the trouble is with the cordova configuration, but up until now, no modification in the configuration has changed anything.
I see that c2 supports the these codecs:
WebM
Theora/Vorbis (which I did not manage to test just yet)
H264 (on apple devices people seem to always use this one, correct me if there is a better alternative, please)
But when a h264 (mp4) video is played on the ipad or iphone, any video just takes fullscreen and shows video control buttons like play and stop.
We are checking the possibility of using videos as scene elements or just as cutscenes if transparency is not possible. It would be great to have these things working in apple devices as well.
Here is the test published online:
https://eloquent-mahavira-bb02f1.netlify.com/
Here is the capx for the test:
https://www.dropbox.com/s/5f59tlbbcjjbe ... .capx?dl=0
Here is the xcode project:
https://www.dropbox.com/s/gxpfb7c41uahw ... o.zip?dl=0
Any help is deeply appreciated.