↧
Comment by Liyun Zhang - MSFT on How to always display cursor on Editor MAUI...
I can't reproduced your problem. I called the Focus() method to make the Editor always keep focused and display cursor but this will break other controls' focused event such as button's clicked event.
View ArticleComment by Liyun Zhang - MSFT on maui: The project doesn't know how to run...
The default csproj file was: <TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>. You don't have to change it.
View ArticleComment by Liyun Zhang - MSFT on NullReferenceException when calling...
What platform did you test on? And did you debug to check which line caused this error? Did you mean the ApplicationState.StateChanged invoked before the component initialized?
View ArticleComment by Liyun Zhang - MSFT on Use the correct type of BindingContext in xaml
You can using the reference binding instead of the relative binding.
View Article