Skip to content

[Android] Button with corner radius shadow broken on Android device #20596

@kklose23

Description

@kklose23

Description

This is only broken on Android devices, not the Android emulator

Android Galaxy A14 - Software Version 13:
image

Android Emulator:
image

Steps to Reproduce

  <Grid>
    <Button Text="Test"
            TextColor="Black"
            HeightRequest="200"
            WidthRequest="200"
            CornerRadius="50"
            BackgroundColor="White">
      <Button.Shadow>
        <Shadow Radius="10" />
      </Button.Shadow>
    </Button>
  </Grid>

Link to public reproduction project repository

No response

Version with bug

8.0.7 SR2

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

No response

Did you find any workaround?

No

Relevant log output

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions