Top "Mobile" questions

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

Is there a standard webpage resolution for mobile phones?

Most designers use 1024x768 as a baseline for website development. That allows them to use css grid systems like 960 & …

mobile resolution
Remove textarea inner shadow on Mobile Safari (iPhone)

By default, it seems Mobile Safari adds the top inner shadow to all input fields, including textarea. Is there a …

iphone mobile mobile-safari
Fix font size issue on Mobile Safari (iPhone) where text is rendered inconsistently and some fonts are larger than others?

Our site renders with inconsistent font sizes on mobile Safari -- and as far as we can tell, only Mobile …

iphone css layout mobile mobile-safari
Is there any way in Android to force open a link to open in Chrome?

I'm currently testing a webapp developed with lots of jQuery animations, and we've noticed really poor performance with the built-in …

android google-chrome mobile browser
Apple Touch icon for websites

Up to now, I've been including the line for the Apple Touch icon in my head like this: <link …

html mobile apple-touch-icon
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
HTML file input control with capture and accept attributes works wrong?

My problem: Then user click the input type=file user must get the upload file + camera dialog. I'm using for …

android ios html mobile
Make element unclickable (click things behind it)

I have a fixed image that overlays a page when the user is in the act of scrolling a touch …

html css mobile scroll touch
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
How to make my website mobile and tablet compatible?

I want to make my existing website automatically adjust itself when viewed either on mobiles, tablets, or even when you …

javascript mobile web android-compatibility