xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.63k stars 1.88k forks source link

[iOS] SetApplyShadow doesn't work on iPad #11168

Open bpater-tp opened 4 years ago

bpater-tp commented 4 years ago

Description

The new feature allowing to put shadow on Detail Page does work nicely on iPhones. On iPad however it is not working at all.

Steps to Reproduce

  1. Download Platform Specifics demo app
  2. From iOS list select "MasterDetailPage Shadow"
  3. Using swipe from left screen edge gesture show Master Page (aka sidebar)

Expected Behavior

On both device types it should behave in the same way - make Detail page darker when Master Page is visible if ApplyShadow is set to true.

Actual Behavior

Currently there's different behaviour on iPhone and iPad:

Basic Information

Screenshots

Simulator Screen Shot - iPhone 11 - 2020-06-23 at 08 47 43 Simulator Screen Shot - iPad (7th generation) - 2020-06-23 at 08 47 14

Reproduction Link

https://docs.microsoft.com/en-us/samples/xamarin/xamarin-forms-samples/userinterface-platformspecifics/

Workaround

None known

zizusoft commented 3 years ago

Any news on this? It is still not working in Xamarin Forms v5

bpater-tp commented 3 years ago

yeah, this feature is basically unusable without proper iPad implementation

zizusoft commented 3 years ago

It was fixed for iPad in 4.6.0.494-pre2 apparently

bpater-tp commented 3 years ago

@zizusoft no, it is not fixed. just checked.