Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

UserDialogs for Windows App

$
0
0

I'm developing an app that must run on Android, iOS, WinPhone and Windows App.
For the first 3 platforms I used Acr.UserDialogs library for UserDialogs like Loading, Confirm Msg, etc called from a portable project.

The problem is Acr.UserDialogs don't works on Windows App, it throws an exception "This PCL library, not the platform library. Did you include the nuget package in your project?".
I'm using Acr.UserDialogs 4.1.3
D:\Xama_Lgc\Lgc_Xama\packages\Acr.UserDialogs.4.1.3\lib\portable-win+net45+wp8+win8+wpa81\Acr.UserDialogs.dll
D:\Xama_Lgc\Lgc_Xama\packages\Acr.UserDialogs.4.1.3\lib\portable-win+net45+wp8+win8+wpa81\Acr.UserDialogs.Interface.dll

Any one have the same problem? How to open a Windows App User dialog from portable code if Device.OS == TargetPlatform.Windows.
Any suggestion about a good solution?

Thanks
Alessandro


Viewing all articles
Browse latest Browse all 77050

Trending Articles