Open rmgalante opened 4 years ago
I installed the pre-release version of Xamarin Forms 5.0.1829-pre6. It has the same problem as reported in July 2020. I am stuck on Xamarin Forms version 4.4.0.981664.
I found the following thread, which reported the same issue. According to this thread, if you target Windows 10 version 1903, the problem goes away. So it looks like this problem is not going to be fixed for earlier versions of Windows 10.
https://github.com/xamarin/Xamarin.Forms/issues/9606
And the pre-release version of Xamarin Forms 5.0.1829-pre6 works as long as I target Windows 10 version 1903.
Description
I am trying to upgrade my solution to the latest version of Xamarin Forms. I am using the Prism.Unity.Forms version 7.2.0.1422. The PageDialogService stopped working with Xamarin.Forms version 4.5+. I checked every version of Xamarin.Forms from v 4.7.0.1142 to 4.4.0.981664.
Version 4.4.0.981664 is the last version that shows an alert with this service.
Steps to Reproduce
Expected Behavior
The alert should appear.
Actual Behavior
The alert does not appear.
Basic Information
Screenshots
Reproduction Link
Workaround