Top "Mobile" questions

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

Overlapping Text in CSS - How do I change it?

I'm trying to change an overlapping element (text) in my css file. One line of texts (in a regular browser) …

html css mobile twitter-bootstrap tablet
is it possible to get a unique identification number from a mobile device?

I am currently working on mobile device web applications, and I was wondering if there is some sort of unique …

browser mobile uniqueidentifier
Detect mobile devices - and tablet devices

I am currently looking at some code for PHP detection of mobiles, which is probably quite easy. Now I just …

php mobile device-detection
Display a div width 100% with margins

I want to display an expandable div (width: 100%) with margins... Here is my code : <div id="page"> <…

css mobile html
Detecting the system DPI/PPI from JS/CSS?

I'm working on a kind of unique app which needs to generate images at specific resolutions according to the device …

javascript css mobile dpi ppi
Text/Layout Alignment in Android (textAlignment, gravity)

What's the difference between android:textAlignment and android:gravity?

android mobile layout text-alignment layout-gravity
How do dp, dip, dpi, ppi, pixels and inches relate?

I was reading dp, dip, px, sp measurements, but I still have some questions about dp/dpi vs ppi vs …

mobile user-interface pixels dpi density-independent-pixel
Hover effects using CSS3 touch events

I am using CSS3 hover and transitions to show and hide an image. On mobile devices I would like to …

mobile css css-transitions
What's the right OAuth 2.0 flow for a mobile app

I am trying to implement delegated authorization in a Web API for mobile apps using OAuth 2.0. According to specification, the …

security mobile oauth-2.0
Which are the most important media queries to use in creating mobile responsive design?

There are a lot different media queries for mobile screen sizes. It can be overwhelming to accomodate all of them …

css mobile responsive-design media-queries