"if" queries applied throughout my application run correctly except for those defined in the global app.tss file. In this file, all if queries always run, regardless of truthiness, on the iPhone.
The boolean I am creating is:
Alloy.Globals.iphone4 = (Ti.Platform.displayCaps.platformWidth == 320);
Has anyone seen this issue? I can create a test app if necessary to replicate the issue.