Skip to content

Instantly share code, notes, and snippets.

@jcsrb
Created December 11, 2013 08:50
Show Gist options
  • Save jcsrb/7907030 to your computer and use it in GitHub Desktop.
Save jcsrb/7907030 to your computer and use it in GitHub Desktop.
overallScreenWidth = Ti.Platform.displayCaps.getPlatformWidth();
if (OS_ANDROID) {
overallScreenWidth = Ti.Platform.displayCaps.platformWidth / Ti.Platform.displayCaps.logicalDensityFactor;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment