You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
I'm using the DeviceInfo API, and when I try to get the device's idiom on a tablet (AVD), it returns DeviceIdiom.Phone. I didn't test it in iOS, just changed to Device.Idiom (Xamarin)
Steps to Reproduce
Check DeviceInfo.Idiom using Xamarin.Essentials on a Tablet
Description
I'm using the DeviceInfo API, and when I try to get the device's idiom on a tablet (AVD), it returns DeviceIdiom.Phone. I didn't test it in iOS, just changed to Device.Idiom (Xamarin)
Steps to Reproduce
Expected Behavior
Returns DeviceIdiom.Tablet
Actual Behavior
Returning DeviceIdiom.Phone
Basic Information