Niels Cup

Results 14 comments of Niels Cup

Good question, did you find an answer to this question?

Starting a new sound in PlaybackeEnded results in the following error right after calling `player.Load(...`: ``` Could not initialize an instance of the type 'AVFoundation.AVAudioPlayer': the native 'initWithContentsOfURL:error:' method returned...

Definitely, I will be updating some of my own apps to .net standard soon and update this plugin accordingly.

I am having the same kind of compatibility issues with Xamarin.Android.Support.v4 (version 24.2.1). Could you try if it works with GooglePlayServices version 27.0.0.0?

I did some more testing and this plugin is not compatible with Xamarin.GooglePlayServices version 32.961. The latest Xamarin.GooglePlayServices version you can use is either 27.0.0.0 or 29.0.0.2. I am having...

Ps. @rdelrosario : Could you add the latest nuspec to the project so I can create the package and test it myself?

Same problem: **ListView BackgroundColor does not work properly with AppThemeBinding on iOS**: ` Change theme (CMD + SHIFT + A). **Result:** 1. First time ListView does not update to new...

I had this same issue and it was caused by the app not having location permissions. So make sure your app has Location permissions. You can use the CrossPermissions plugin...

Yes, I would like some sort of tag property that I can set, and the user cannot change (easily). This way I can easily filter all events that were created...