Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-14806] #3

Merged
merged 3 commits into from Nov 15, 2013
Merged

[TIMOB-14806] #3

merged 3 commits into from Nov 15, 2013

Conversation

euforic
Copy link
Contributor

@euforic euforic commented Oct 11, 2013

[TIMOB-14806]


//considering tablets to have width over 720px and height over 600px - you can define your own

var isTablet = osname === 'ipad' || (osname === 'android' && (width > 720) && (height > 600));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to this definition, the Google Galaxy Nexus will still be considered a tablet, even though it's a phone.

ingo added a commit that referenced this pull request Nov 15, 2013
[TIMOB-14806] Approved. Merging.
@ingo ingo merged commit f9cbad4 into appcelerator-developer-relations:master Nov 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants