Top "Mobile" questions

The tag Mobile should be used to mark questions regarding mobile computing issues.

What is the best way to detect a mobile device?

Is there a way to detect whether or not a user is using a mobile device in jQuery? Something similar …

javascript jquery mobile browser-detection
@Media min-width & max-width

I have this @media setup: HTML: <head> <meta name="viewport" content="width=device-width, user-scalable=no" /> </…

css mobile media-queries
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 print to the console in Android Studio?

I just downloaded Android Studio for Linux from: http://developer.android.com/sdk/installing/studio.html I'm wondering how to …

java android mobile development-environment android-studio
Sharing link on WhatsApp from mobile website (not application) for Android

I have developed a website which is mainly used in mobile phones. I want to allow users to share information …

android html mobile share whatsapp
How to create hyperlink to call phone number on mobile devices?

What is the proper, universal format for creating a clickable hyperlink for users on mobile devices to call a phone …

android html mobile hyperlink
Make an image responsive - the simplest way

I notice that my code is responsive, in the fact that if I scale it down to the size of …

html css image mobile
Bootstrap 3 Slide in Menu / Navbar on Mobile

I am building a browser-based mobile app and I've decided to use Bootstrap 3 as the css framework for the design. …

css twitter-bootstrap mobile twitter-bootstrap-3
How can I "disable" zoom on a mobile web page?

I am creating a mobile web page that is basically a big form with several text inputs. However (at least …

html css mobile
Simplest way to detect a mobile device in PHP

What is the simplest way to tell if a user is using a mobile device to browse my site using …

php mobile