harmonwood / capacitor-video-player

Capacitor Video Player Plugin
MIT License
116 stars 47 forks source link

Is it possible to play video in embedded mode like playsinline #153

Open EABangalore opened 7 months ago

EABangalore commented 7 months ago

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.

eduardoRoth commented 1 week ago

@EABangalore I built a new plugin Media Player that allows embedded view for both iOS and Android.

EABangalore commented 1 week ago

@EABangalore I built a new plugin Media Player that allows embedded view for both iOS and Android.

@eduardoRoth Thank you for solving my problem. surely i will try them!!