capacitor-video-player icon indicating copy to clipboard operation
capacitor-video-player copied to clipboard

Is it possible to play video in embedded mode like playsinline

Open EABangalore opened this issue 9 months ago • 2 comments

let res = await CapacitorVideoPlayer.initPlayer({ mode: "embeded", url: url , playerId:"nativeVideoPlayerWrapper",componentTag:"div"});

Could you please provide any suggestion code to make it play as embedded .

I don't know swift if anyone knows then they can see the code of embedded player here https://github.com/abritopach/capacitor-youtube-player/blob/master/ios/Plugin/YPViewController.swift @jepiqueau please consider.

EABangalore avatar May 02 '24 08:05 EABangalore