Top "Mobile" questions

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

Detect viewport orientation, if orientation is Portrait display alert message advising user of instructions

I am building a website specifically for mobile devices. There is one page in particular which is best viewed in …

javascript jquery mobile viewport device-orientation
position: fixed doesn't work on iPad and iPhone

I have been struggling with fixed positioning in iPad for a while. I know iScroll and it does not always …

iphone css ipad ios mobile
Get GPS location from the web browser

I am developing a mobile based web-site, there I have integrated Google Maps, I need to fill the 'From' field …

javascript mobile geolocation
How to access a mobile's camera from a web app?

In my web app (not native app) for mobiles, I want to take a photo and upload it, but I …

html mobile camera
What programming languages can one use to develop Android applications?

Possible Duplicate: Which programming languages can I use on Android Dalvik? Mostly, Android applications are written in Java. But i …

android programming-languages mobile
How to handle floats and decimal separators with html5 input type number

Im building web app which is mainly for mobile browsers. Im using input fields with number type, so (most) mobile …

javascript jquery mobile floating-point html-input
HTML5 <video> element on Android

According to: http://developer.android.com/sdk/android-2.0-highlights.html Android 2.0 should support the HTML5 video element. I haven't been …

android video mobile html
What are the aspect ratios for all Android phone and tablet devices?

I'm looking for a list of all screen aspect ratios for popular Android based Phones and Tablets.

android mobile
Check box size change with CSS

How can I change check box sizes (globaly) without class and id? Is it possible to do this in a …

html css mobile
How to detect a mobile device with JavaScript?

I have been asked to create an actual HTML page / JavaScript to simulate detection of the mobile devices (iPhone / iPad / …

javascript html mobile device