telerik / telerik-xamarin-forms-samples

Repo contraining source for Telerik UI for Xamarin showcase apps
Other
97 stars 85 forks source link

ERP: 'Device.OpenUri(Uri)' is obsolete: 'OpenUri is obsolete as of version 4.3.0. #103

Open m1dst opened 4 years ago

m1dst commented 4 years ago

Use Launcher.OpenAsync (or CanOpenAsync, or TryOpenAsync) from Xamarin.Essentials instead.'

\ERP\app\ErpApp\ErpApp\ViewModels\AboutPageViewModel.cs 33 N/A

PavelRPavlov commented 4 years ago

@m1dst Thank you for logging this issue. I have now replaced the obsolete API.

m1dst commented 4 years ago

Just tested and it works OK for me. Thanks.