So I am working on a plugin for our app and it has a button where it loads the video then it has autoplay enabled but it only plays on an ipad when the sound is muted. Also if you try to unmute the video it pauses the video and you have to hit play again in order to get the video to play with sound. I’m not sure if you guys are able to help with this but any help would be appreciative the ipad is a (9th generation ipad) on version 15.2.
I’m using a div element and I’ve tried so many ways to mute/unmute and autoplay and play when certain event is done I’m running out of options to get this to work the way I want to so any help would be amazing.
I’m using my own code to with with the plugin and the element is called Pure Video and has a list of actions and events to use:
Actions:
Pause, Play, Volume up, Volume down, mute, unmute, fullscreen, exit fullscreen, click, and max volume.
Events:
ended, loaded, click
states:
active(playing), finished, muted
is the editor I’m using: