Looking at the Cordova Docs, it seems that only some general information is available via the device object. However, I would like to find out not just the name of the device, but also its hardware version: For example if it's an iPad mini or iPad 2, iPhone 4 or 5...
Is there a built in way to do this with PhoneGap or must I resort to guessing the device by its user-agent and resolution?