vaidotasstrazdas

Results 2 comments of vaidotasstrazdas

We have noticed this bug in our project, too. With both Microsoft Edge and Google Chrome. People on stackoverflow also talk about it: https://stackoverflow.com/questions/75280544/uncaught-in-promise-error-error-adapter-http-is-not-available-in-the-build . **Workaround** It seems there is...

One workaround is the following. 1. Put this to your view model: ``` public double ScreenWidth { get { return DeviceDisplay.Current.MainDisplayInfo.Width / DeviceDisplay.Current.MainDisplayInfo.Density; } } ``` It calculates the current...