Scott Bolinger

Results 26 comments of Scott Bolinger

Has anyone found a fix for this issue that is not listed here? Is anyone from Ionic working on this at all?

I can also confirm that the fork mentioned by @asrytis works with cookies on first app startup. However, there are issues playing media files, it seems there are still several...

I am also seeing this issue. Did anyone find a solution without modifying the core code?

I'm also seeing this issue with Videogular 1.2.8 and Ionic 1.0. It is only on iOS, cannot get rid of the full screen native player, even with vg-native-fullscreen="'false'"

You cannot play local audio or video with this plugin on Android from the applicationDirectory, you have to copy the file to the dataDirectory first. See https://github.com/nchutchind/cordova-plugin-streaming-media/issues/200

@nettopuis thank you for this, copying the file to the data directory does work on Android. I had to modify your code a bit to work, specifically `file.copyFile` I used...

In case you are wondering how to write the full edit-config for @brunocbatista's fix, here it is: ` ` Also note that you need to add this to the widget...

Hey @jmdobry thanks for this project, it works great. I'm also running into this issue, and I think this library needs a way to handle it. No matter how you...

This is great Mike. In a mobile app, you'd want the Cart-Token to stay valid for longer than 48 hours, could there be a filter on that? If not, you'd...

Just leaving this here in case it helps, I was getting the "Dependency failing" errors due to different play services versions with cordova 9. In my case it was from...