EABangalore

Results 6 issues of EABangalore

Hi @mirari i'm seeing that rotate button is not working even in your official demo https://mirari.cc/v-viewer/ in my app too. please fix that or let us know any solution exists.

Hi i'm facing the problem of > Uncaught ReferenceError: createFFmpegCore is not defined It works in develop mode with `$npm run serve` But when i do `$npm run build` it...

`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...

### Check that this is really a bug - [X] I confirm ### Reproduction link https://codesandbox.io/p/devbox/swiper-virtual-slides-vue-forked-xhngzq?file=%2Fsrc%2FApp.vue%3A2%2C75&workspaceId=2af966e8-e177-47fe-8fe9-219886a4770e ### Bug description My swiper is not working properly upon resize either it show...

Here is how i'm trying to `removeListener` but remove function calls multiple times on each click. ``` ... methods:{ async seekVideo(seekTime){ await CapacitorVideoPlayer.setCurrentTime({ playerId:"nativeVideoPlayTranscript",seektime:seekTime}); // removing event listener here CapacitorVideoPlayer.removeListener('jeepCapVideoPlayerReady',this.seekVideo,false);...

i was looking something like this ``` const video = document.querySelector("video"); video.ontimeupdate = (event) => { console.log("The currentTime attribute has been updated. Again."); }; ``` but did not find any...