Brad Rice
Brad Rice
I'm getting` Permission Error! Permission android.permission.WRITE_EXTERNAL_STORAGE` not allowed on Android. Why do I have to have WRITE permissions for getting files?
If I debug in the simulator or do ns debug ios -for-device --release --device --provision Video plugin works fine and plays video If I do ns run ios --for-device --release...
I can't seem to capture the event when the mute button is clicked. I've looked at the demo app and see the event example: this._videoPlayer = this.page.getViewById('video'); this._videoPlayer.on(Video.mutedEvent, args =>...
Using a ref and nativeElement in angular like: `this._videoPlayer = this.videoRef.nativeElement;` I have tried: `this._videoPlayer.addEventListener(this._videoPlayer.playbackReadyEvent, (data:EventData)=>{ console.log("Event was: ", data); this.isVideoReady = true; });` as well as: `this._videoPlayer.addEventListener('playbackReadyEvent', (data:EventData)=>{ console.log("Event...
I'm having an issue with the useRef where I setup an api to call play after my source is ready. However, I also have a control on my page to...
Django 4
Are there plans to make this compatible with Django 4?
I have my code running fine on ios in the simulator, but for some reason will not work on the real device. I've created a playground: https://play.nativescript.org/?template=play-ng&id=avDVF8&v=21 I'm trying to...
i can use a click inside of a webform to set an alert in my native component, but for some reason it doesn't open a modal with data. If I...
I'm getting this error: 0m Error trying to play from url Error Domain=NSOSStatusErrorDomain Code=1954115647 "(null)" It doesn't happen for all my audio, but for a couple of mp3's. However, I...
I updated my ios to next: "@nativescript/ios": "^8.6.4-next.2024-03-09-8212029414", After doing so, the Chrome debugger stopped working. It appers to show Elements but Console and Network tabs don't work at all,...