Mehmet Onur AKKAYA

Results 2 comments of Mehmet Onur AKKAYA

@MaaxGr thanks for solution and @davidecampello thanks for the clue! I'm using nvm and I do ``` cd /Users/monurakkaya/.nvm/versions/node/v14.17.1/lib/node_modules/cordova-res && npm install && npm run build ``` In my case...

same here. ``` const player = new VimeoPlayer(this.target.nativeElement, { controls: false, id: this.currentVideo.provider.id, responsive: true, playsinline: true }); ``` player.ready() doesn't trigger. screen is empty.