dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.06k stars 1.73k forks source link

[iOS] Shadow not visible in Button When using Clipping #23630

Open AarthiArjunan opened 3 months ago

AarthiArjunan commented 3 months ago

Description

When setting the Clip and adding the shadow style to a Button, the Shadow is not visible on the iOS platform.

chrome_PIwZ8SlXc3

Steps to Reproduce

Obtain the sample from the below repository Replicate the issue as did like in the above screenshot.

Link to public reproduction project repository

https://github.com/AarthiArjunan/Shadow-issue

Version with bug

Unknown/Other

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS 17.5

Did you find any workaround?

No

Relevant log output

No response

github-actions[bot] commented 3 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

Zhanglirong-Winnie commented 3 months ago

This issue has been verified using Visual Studio 17.11.0 Preview 3.0(8.0.70 & 8.0.61). Can repro on iOS platform. Android: image iOS: image