I was wondering how to fix the problem where Ti.Platform.displayCaps.platformWidth
is returning the value in dp on iOS where on Android it is returning the value in px. The default value in the tiapp.xml is dp but still no change in Android. (<property name="ti.ui.defaultunit" type="string">dp</property>)
Any suggestions?