ZeBen
ZeBen
> MvxAndroidTargetBinding tries to convert a value to TValue MvxAndroidTargetBinding is non generic and does not use any TValue. Are you sure you haven't miss something ? `protected virtual TValue...
TValue can be a value type or a reference type. In case of a value type (non nullable value type), if the initial value is null (which is the case...
Bindable properties are mvvmcross target bindings. Xaml requires a bound property to be a dependency property. Dependency properties have more features than mvvmcross binding definitions: data validation, animation using storyboards....
Which Android version are you testing on ? Themes don't work on Android < 23
Having the same issue today with latest version of all tools. disabling the Mono interpreter fixed it.
same issue here with 4.59 on Android with maui on net8. Cancelling the login closes the window but the await never returns. The same app/code on iOS is working as...
I get this issue on both the Android simulator and a pixel 5 device, using MAUI 8.0.7 and Xamarin.AndroidX.Fragment.Ktx 1.6.2.2 (required to fix compilation issue). On the same simulator using...
Hot Reload != Hot Restart. They are 2 different technologies. Hot Restart uses a prebuild/presigned app from Microsoft that plays the role of a client displaying things, and VS plays...
see https://learn.microsoft.com/en-us/dotnet/api/system.reflection.metadata.metadataupdatehandlerattribute?view=net-8.0 to get hot reload notifications in app.
I have an issue with the Border control too when something is resized under its hierarchy. https://github.com/dotnet/maui/issues/20943