Video loop, cross platform?

Hi guys,

Just want to know if it’s possible to make a video seamlessly loop? And if so would be supported cross platform.

The app we have in mind is just a full screen fireplace which loops, sounds simple but think we may have to go native to make it work.

Cheers

You can do this with native.newVideo.  You will have to add a listener to it and then when the phase is “ended” you can start playing the video again.

You can do this with native.newVideo.  You will have to add a listener to it and then when the phase is “ended” you can start playing the video again.