Skip to content

Instantly share code, notes, and snippets.

@iskugor
Created November 14, 2013 11:30
Alloy "isTablet" that detects iPad mini
Alloy.isTablet = Alloy.isTablet || (Ti.Platform.model.search(/ipad/i) > -1);
@iskugor
Copy link
Author

iskugor commented Nov 14, 2013

"Ti.Platform.osname" returns "iphone" for iPad mini

Uh oh!

There was an error while loading. Please reload this page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment