Hi.
I am using MS Http Client in Xamarin Forms App. If I call any async method from my ViewModel (for example HttpClient.GetAsync()) before page view all working good. But if I same call after Page view.... app suspended, working only if I call from View code behind.
Best Regards, Aleksandr.