Kenji Nagano

Results 89 comments of Kenji Nagano

I'm also having a similar problem. The size of the CollectionView does not change when the number of elements in the BindableLayout inside the CollectionView changes.

As a result of testing, the hack to remove UIImageView no longer works on iOS 17. PR #1463 worked until iOS 15.5. In iOS 17, the hierarchy in which shadows...

Below are the verification results after applying the solution. In iOS 17, the hierarchy in which shadows are drawn has changed.

@Toine-db , Remembering when I deleted the shadow that was UIImageView in PR #1463, I searched the View hierarchy in the debugger and found that the UIImageView was in a...

I defined and validated implicit styles in the ResourceDictionary in App.xaml and TestPopup.xaml. The validation results when the style is defined in App.xaml are shown below. Since the github repository...

@jevonsflash , I get a 404 error when I try to browse the repository. Is this repository public?

@Toine-db , Isn't what looks like a shadow the Margin of the Popup's Content? The overlay caused by displaying the popup nested is displayed above the margin of the popup's...

@Toine-db , Something like the video below. https://github.com/CommunityToolkit/Maui/assets/125236133/3f07d4d1-95c7-48aa-935f-ef35ee6c5bb0 I mentioned that after displaying the second popup, the margin part of the previous popup appears like a shadow. Is what you...

> This looks indeed like the issue I encountered, so this isn't the shadow we first removed? @Toine-db , This is not the shadow we removed earlier. An overlay is...

@Toine-db , As you understand, at least the problem of erasing the original shadow has been resolved. The remaining issue is that the overlay overlaps the popup's margin, making it...