On my Huawei tablet, Device.deviceType giving me Phone.
this.isTablet = (Device.deviceType === DeviceType.Tablet);
My code depends on it. Wha