Kenji Nagano

Results 89 comments of Kenji Nagano

As a side note, if you turn on "Developer settings" => "Disable HW overlays" in the Android emulator, overlays will be displayed. https://issuetracker.google.com/issues/289117017 It might be a bug in the...

@workmail20 , There is a similar description below, but is this problem only with the Emulator? https://stackoverflow.com/questions/76641510/android-14-outside-of-alertdialog-doesnt-get-dim

If you test it on a device and there is no problem, but the problem only occurs in the emulator, it is most likely an issue with the emulator. At...

Regarding Android, there is a problem with the way the Measure method is called. By applying PR #1520, you can get the following results: https://github.com/CommunityToolkit/Maui/assets/125236133/9450e7a6-41c3-4e7f-9402-4766d4283d04

I will verify the operation and write down what I learned. When CarouselView is contained within a Popup, no response is returned after calling the Measure method. I don't know...

@jingliancui , Is the following behavior what you are expecting? https://github.com/CommunityToolkit/Maui/assets/125236133/33dad6fb-3ce1-46f3-9a73-a4ed4bcec0d6

@jingliancui , I created a PR, but in cases where a popup is displayed by setting a timer, the active window changes, so it does not work as intended. In...

There is a mistake in the code I wrote. The variable popup should be initialized to null, but it is not. If you call GC, you should also initialize the...

@bijington , I don't know at this point if it exists or not because I haven't taken the time to research it.