dimonovdd / Xamarin.DateTimePopups

Little library of popups for picking dates and times

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On .NET MAUI, it shows PickDateAsync not supported on netstandart project

maniish opened this issue · comments

On .NET MAUI when I added the nuget package, it works fine on android but IOS has issue and show above error.

Do you have any idea as I am pasting the code but as it is maui it do not support xamarin forms code.

Xamarin.DateTimePopups.Platform.Init(() => Xamarin.Essentials.Platform.GetCurrentUIViewController()?.View);
global::Xamarin.Forms.Forms.Init();
LoadApplication(new App());