Results 46 comments of dave

Either: ``` _betterPlayerController.dispose(forceDispose: true); ``` or depending on how you've set up your controller: ``` _betterPlayerController!.dispose(forceDispose: true); ```

Agreed. My workaround is: 1. Explicitly set Scheme and MixedContentMode in `config.xml` - because why not. ``` ``` ``` var filePathCorrected = window.Ionic.WebView.convertFileSrc(fileUri); filePathCorrected = filePathCorrected.replace('file:/', "https://localhost/_app_file_"); return filePathCorrected; ```...

> BTW for some reason I can not reuse a file URI unless I re-choose it again with the file picker > > https://stackoverflow.com/questions/63870146/native-file-can-not-be-used-as-source-if-it-is-not-selected-by-file-picker Yes - I've observed the same...

> > Agreed. My workaround is: > > > > 1. Explicitly set Scheme and MixedContentMode in `config.xml` - because why not. > > > > ``` > > >...

@rdksgit Nope, using this forked version causes the iOS build code 65. So basically unless the developer can fix the reason why it causes the build to fail, this plugin...

Has anyone found a solution to this? I tried commenting out the quality option, but it still crashes. Thanks

@hnvn please can you just reply? This really is vitally important for the plugin to actually be useful. Is there any reason the callback stops being called/sometimes is called, sometimes...

Any joy with this? I was just about to log the same issue. I'm using AngularJS and Ionic 4

Is this even being maintained any longer? This is such a basic use case that it should be fixed, or at the very least provide a method for re-instantiating the...