Using the Ext JS Framework the following device is detected as a mobile phone and not as a tablet. This might be a bug in the Ext framework. Are there any known workarounds or fixes?
console.debug("phone: ");
console.debug((Ext.is.Phone)); //true
console.debug("tablet: ");
console.debug((Ext.is.Tablet)); //false