Top "Tablet" questions

This refers to tablet personal computers.

Media Queries: How to target desktop, tablet, and mobile?

I have been doing some research on media queries and I still don't quite understand how to target devices of …

css mobile media-queries tablet
How to detect the device orientation using CSS media queries?

In JavaScript the orientation mode can be detected using: if (window.innerHeight > window.innerWidth) { portrait = true; } else { portrait = false; } …

browser css tablet media-queries
Running AMP (apache mysql php) on Android

I currently work on an open source e-commerce platform (www.oscmax.com) and I am trying to work out if …

php mysql apache tablet
Android ADB doesn't see device

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

android adb tablet
HTML Mobile -forcing the soft keyboard to hide

I am developing the front end site for a coupon company, and I have a page where the user only …

javascript html ipad tablet
Emulate Samsung Galaxy Tab

I would like to test my application with new Samsung Galaxy Tab tablet. What parameter should I set in emulator …

android android-emulator tablet
JavaScript how to check User Agent for Mobile/Tablet

I'm currently developing some JS work for a clients website which has different functionality across desktop and tablet platforms. Consider: …

javascript android mobile tablet
Android: allow portrait and landscape for tablets, but force portrait on phone?

I would like tablets to be able to display in portrait and landscape (sw600dp or greater), but phones to …

android tablet screen-orientation
Using Modernizr to test for tablet and mobile - Opinions wanted

I want to use Modernizr to detect whether a user is view a site on a desktop, tablet or mobile …

mobile desktop tablet modernizr device-detection
Tablet or Phone - Android

Is there a way to check if the user is using a tablet or a phone? I've got problems with …

android tablet