Description
Action sheet get displayed behind the popup page (Mopups) instead of on top of it when using
await DisplayActionSheet("Action Sheet Clicked", "Cancel", "Destruction", "Action1", "Action2"); from the popup page.
Steps to Reproduce
- open a popup page (in our case we are using Mopups)
- from the popup page, display the action sheet;
await DisplayActionSheet("Action Sheet Clicked", "Cancel", "Destruction", "Action1", "Action2");
- action sheet is displayed behind the popup page.
Link to public reproduction project repository
https://github.com/ESO-ST/WebViewCrashMidLoad/tree/ActionSheetAlertShowsBehindPage
Version with bug
8.0.20 SR4
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 17
Did you find any workaround?
no
Relevant log output
No response
Description
Action sheet get displayed behind the popup page (Mopups) instead of on top of it when using
await DisplayActionSheet("Action Sheet Clicked", "Cancel", "Destruction", "Action1", "Action2");from the popup page.Steps to Reproduce
await DisplayActionSheet("Action Sheet Clicked", "Cancel", "Destruction", "Action1", "Action2");Link to public reproduction project repository
https://github.com/ESO-ST/WebViewCrashMidLoad/tree/ActionSheetAlertShowsBehindPage
Version with bug
8.0.20 SR4
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 17
Did you find any workaround?
no
Relevant log output
No response