Guillermo Agudelo
Guillermo Agudelo
I did this ```javascript import { Video } from 'nativescript-videoplayer'; this.player = new Video(); this.player.src = 'valid video url'; this.player.play(); ``` Does it need to be visible to play?
I followed the instructions. - Got de token code and paste it in auth.json next to composer.json - Added the repository - Added the package in "require" section When run...
I changed some images but the PWA keeps showing the old ones. How do I force the client to redownload all resources?