In Windows Phone 8 I can get the screen resolution using DeviceExtendedProperties
or Application.Current.Host.Content.ScaleFactor
. None of this works in Windows Phone 8.1 XAML.
I could not find a way how to get the screen resolution in Windows Phone 8.1 XAML, is there a way?