Is there a way to differentiate between the ipad 1 and 2(&3)?
I've tried Titanium.Platform.processorCount which returns 1 for both ipad 1 and 2
osname is also the same for both devices.
It's for an internal app where I need to display different views and just a placeholder if the user is viewing on the lower powered ipad 1.
Thanks
2 Answers
Accepted Answer
I don't have an iPad handy right now, but does Titanium.Platform.model give you what you need?
I think you're looking for Ti.Platform.DisplayCaps
You can detect density & resolution.
Your Answer
Think you can help? Login to answer this question!