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

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
- Create a blank Xamarin.Forms application.
- Add XCT package.
- Add the Frame above to the MainPage.xaml
- Launch the app on iOS Simulator/Real device
- Put it on the background
- 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
