I facing problem to play video through inAppWebBrowser plugin. when i try to play the video on iphone.
It’s started playing the video in fullscreen. I wanted to play the video inline mode not in fullscreen.
As per this article :-“https://developer.apple.com/documentation/webkit/wkwebviewconfiguration/1614793-allowsinlinemediaplayback” allowsinlinemediaplayback is false for iphone but ipad is true.
I think that is why video playing fine on ipad.
It would be great, if you can guide me. How can i set this concerned flag from unity level?
this is how we are displaying the video element “<video webkit-playsinline=”true” playsinline=”true” id=”my-video_html5_api” class=”vjs-tech” preload=”auto” controls>
<source src=”https://www.w3schools.com/html/mov_bbb.mp4″ type=”video/mp4″> </video>”
This reply was modified 2 years, 5 months ago by ajay@pv.