[iOS] Unable to call DisplayAlert() or DisplayActionSheet while opening PopupPage on a Push-Modal Page
See original GitHub issueCalling a DisplayAlert() or DisplayActionSheet() in PopupPage in iOS will not show any alertViewController. Instead a warning message is shown as below.
Warning: Attempt to present * on * which is already presenting (null)
This works on Android as it only use AlertDialog.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
xamarin.forms - DisplayAlert from ViewModel not displaying
You can change your constructor of ViewModel like following code. public PersonsViewModel(ContentPage page){ page.DisplayAlert("info","test" ...
Read more >Display Pop-ups - Xamarin
Forms has three methods on the Page class for interacting with the user via a pop-up: DisplayAlert , DisplayActionSheet , and DisplayPromptAsync ...
Read more >Display pop-ups - .NET MAUI
NET MAUI) has three methods on the Page class for interacting with the user via a pop-up: DisplayAlert, DisplayActionSheet, ...
Read more >Using the Page Dialog Service
Simply request this service via the constructor of your ViewModel, and call either the DisplayAlert, or DisplayActionSheet to invoke the desired ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@ShahmanTeh Confirmed
Fix in
v1.0.0