maui icon indicating copy to clipboard operation
maui copied to clipboard

[Android] Fix Shadow issue related with screen rotation

Open jsuarezruiz opened this issue 2 years ago • 2 comments

Description of Change

Fix Android Shadow issue related with screen rotation. If the element to which the shadow is attached does not have a fixed size, it may change when changing the orientation and the shadow should be invalidated.

Captura de pantalla 2023-05-11 a las 11 53 46 Captura de pantalla 2023-05-11 a las 11 53 31

Issues Fixed

Fixes #15023

jsuarezruiz avatar May 11 '23 11:05 jsuarezruiz

Added a new sample in the Gallery also validating the shadow host size changes: resize-shadow

jsuarezruiz avatar Jun 30 '23 10:06 jsuarezruiz

Tested the sample with https://github.com/dotnet/maui/issues/8150#issuecomment-1370821991 to validate resizing the shadow host on Windows. fix-shadow-win

jsuarezruiz avatar Jul 05 '23 13:07 jsuarezruiz