Kenji Nagano

Results 89 comments of Kenji Nagano

@simonrozsival , Sorry, I made a typo. ` `was missing when posting. ``` ``` It might be because I didn't clean the app when it was built. Maybe there was...

@simonrozsival , I found a condition that causes a build error. An error occurs with the TargetType of DataTrigger, but it was a case where the DataTrigger existed inside the...

@simonrozsival , Thank you for your reply. Below is the error message I got. `MainPage.xaml(13,37): XamlC error XFC0040: Cannot convert value "BackgroundColor" to "Microsoft.Maui.Controls.BindableProperty".`

@simonrozsival , thank you for opening a PR for the bug fix.

@asi-evin , You can avoid this problem by implementing as below. The code is an excerpt of the modified part. This is a method that does not use TouchBehavior. At...

I changed the simulator on iOS 17 and verified whether the problem occurred. iPhone 15 : OK iPhone 15 Plus : NG iPhone 15 Pro : OK iPhone 15 Pro...

@MAUIoxo , Thank you for providing the information. Does anyone know if the same problem occurs on a real device?

@MAUIoxo , Thank you for reporting the problem on a real device. I have found the model to reproduce the problem, but unfortunately I do not have a solution at...

I found the solution for this issue. I will create a PR after tomorrow. Just adding a few lines of code will solve problem.

@MAUIoxo , I just created a PR, so please take a look at it.