I realize this has been asked before, but it has not been adequately answered. I am running phonegap on ios. My deviceready event is firing, but I cannot ever find window.device or device, as in "device.uuid" or "device.model."
It just isn't there. I reference it in the device ready event, yet no luck.
In the safari debugger, it just says 'undefined' is not an object (evaluating 'window.device.uuid')
any help?