Skip to content

Instantly share code, notes, and snippets.

@raulriera
Created January 26, 2013 01:09
Show Gist options
  • Save raulriera/4639392 to your computer and use it in GitHub Desktop.
Save raulriera/4639392 to your computer and use it in GitHub Desktop.
Detect tablets on Titanium
var isTablet = osname === 'ipad' || (osname === 'android' && Titanium.Platform.Android.physicalSizeCategory > 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment