IOS/Android Video Playback

I have searched around and found no results on wappler community to find out how to stop videos from launching to full screen on IOS and Android devices. Does anyone know how to stop a video on a site from automatically going full screen on those devices?Thanks

We use the DMX video extension and all works fine (can confirm fine on Android). Fits within the constraints of the container/row/column etc. Can be expanded with the controls (much the same as YouTube).

Landscape:

Portrait:

Thank you but I found what I needed. You have to add playsinline=“true” in the dmx code line

example

<video is=“dmx-video” id=“training_video” width=“100%” playsinline=“true” dmx-on:ended=“notifiesse.success('Thank you for watching the video. ');harassmenttraining_spanish.hide();sexharasmenttraining_form.show()”
dmx-bind:src="‘video1.mp4’">


2 Likes

Would be nice if @George 's Team added this option in the dmx video component. It is critical for a working autoplay on all iphone safari browsers.