Axemasta / Maui.TouchEffect

Maui port of TouchEffect from Xamarin Community Toolkit
MIT License
27 stars 2 forks source link

Fix Input Transparency Issue on iOS #3

Closed Axemasta closed 9 months ago

Axemasta commented 9 months ago

There was an issue where input transparency would not be applied to any element that had a nested layout. I recreated the issue I was seeing in my work project & noticed that setting InputTransparency="True" worked on the element. I have updated the layout code to check if the element is either a layout or an IContentView, if it is has content it will check if a layout is involved. It won't trawl the view tree any further but should make a good majority of use cases function!