Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Bug] [iOS] ShadowEffect disappearing when coming back to the app (only with the Frame view) #1725

@lartisanetsonmobile-admin

Description

Description

I have added a shadow effect to a Frame

<Frame WidthRequest="200" HeightRequest="100" xct:ShadowEffect.Color="Red" xct:ShadowEffect.OffsetY="5" xct:ShadowEffect.Radius="10" CornerRadius="10" HorizontalOptions="Center" BackgroundColor="Gray"/>

The shadow effect is disappearing when coming back to the app.
This issue exists only on iOS and only with the Frame view.

Steps to Reproduce

  1. Create a blank Xamarin.Forms application.
  2. Add XCT package.
  3. Add the Frame above to the MainPage.xaml
  4. Launch the app on iOS Simulator/Real device
  5. Put it on the background
  6. Return to it

Expected Behavior

The shadow is not disappearing

Actual Behavior

The shadow is disappearing

Basic Information

  • Version with issue: 1.3.0
  • Last known good version: Unknown
  • IDE: Visual Studio 2019 Mac
  • Platform Target Frameworks:
    • iOS: Tested on 14.1 and 15

Reproduction imagery

shadowissue

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working. Breaky break.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions