This may get some rotton tomatoes thrown at me but I would be in favor of axing these apis altogether. I think they are more dangerous than useful / developers should favor browser feature detection for their UI work.
There is no programmatic reason to want these properties otherwise that I can think of? (But agree at least should be consistent as Fil suggests.) On Tue, Nov 6, 2012 at 4:40 PM, Filip Maj <f...@adobe.com> wrote: > Currently if you ask for device.platform you will get several different > responses on iOS. You'll get iPhone, iPad, iPod Touch, etc. This seems > backwards. IMO all of these should return 'iOS'. > > Related, device.name returns the custom device name as the user defines it > in iTunes. IMO it should return the model name, I.e. What device.platform > returns now. > > This would line it up with our docs + other platforms. > >