JKennedy24

Results 25 comments of JKennedy24

I see you have set up Azure pipelines (which is what I'm also using) and set the build platforms to x86|x64 you will end up with an error. I think...

Also seeing this build error on UWP

To fix this error you need to install the Xamarin.Android.Support.V4 library manually and install V27.0.2 or higher. looks like this github project is not supported. Ideally it would upgrade to...

I did find this the other day: https://docs.microsoft.com/en-us/xamarin/essentials/share?context=xamarin%2Fandroid&tabs=android#files But I'm not sure if its this feature

@kingces95 I am using a bluetooth keyboard on my samsung galaxy tab. here is my code:

I'm also seeing this, has anyone got any workarounds?

I used and this seemed to work

I can also replicate this issue with V1.1.0 of community toolkit. Downgrading to V1.0.3 fixed the issue In terms of my target version and min versions are as follows: Target...

> Note that SQLite on iOS is not thread-safe on a single connection. That's why you're getting the crashes without the locks. I would consider using the async API as...

@duraz0rz thanks for the explanation. That really helped. What was your Xamarin solution in the end? The only solution I can see is to provide a `C# lock` around the...