Deepfreezed

Results 9 comments of Deepfreezed

Launch screen with image stopped working with iOS 14, Xcode 12. Only workaround currently is to not use an image.

Having the same issue, it would work with linker off, but we need to have linker for production release. Version 2.1.0.714 works. This is an issue with the latest version...

Had the same issue on iOS trying to use MaterialButton in a CollectionView. While scrolling it loads fine the first time. If you scroll back up the button tries to...

This looks like an AndroidX issues. The latest AndroidX is giving this error when building release with Linking. Issue has been reported [https://github.com/xamarin/AndroidX/issues/152](url)

Same issue. Cannot set the text property on iOS.

Same issue. There are few issues here. Updating to Xamarin.AndroidX.Biometric 1.1.0 does not fix it. Issue 1: Android FingerprintImplementation > TryReleaseLifecycleObserver is the method that is throwing the error. There...

I am also getting this error when using .addDataSource(srcPath). Although, this is working .addDataSource(context, uri).

Thanks, disabling "Enable the Mono interpreter" worked. Hot reload does not work now, it's at least something.

I have similar issue data binding through viewmodel. Same databind to a Image work. AvatarView in a collection view datatemplate works but for some reason straight databind does not work....