Top "Mobile-devices" questions

Mobile devices are a set of handheld devices including mobile phones and smartphones, tablets, smartwatches and other portable devices.

HTML Drag And Drop On Mobile Devices

When you add drag and drop to a web page using JavaScript, such as jQuery UI draggable and droppable, how …

javascript html jquery-ui mobile-devices
How to enable pinch zoom on website for mobile devices?

I am trying to enable pinch zoom on my website. I've tried to enable zooming by setting meta viewport like …

html viewport mobile-devices
How to detect mobile device and get user agent info send and save that information to database on server, only once?

Is there any script to check user agent then send and save that information to database on server? I'm making …

javascript jquery mobile-website mobile-devices wurfl
Is there any information database which lists all of the mobile devices and specifications?

Is there any opensource projects or sites which provide the lists of all the mobile devices and specifications?

iphone android mobile mobile-phones mobile-devices
Jquery - If width less than 767 then change href

I am currently developing a responsive website. I've developed a jquery script that changes the href attribute in a link. $("…

jquery attributes mobile-devices
Detect different device platforms using CSS

I'd like to say that I have read and tried many variations of the instructions here: http://www.cloudfour.com/…

css mobile-devices platform-detection
Cheap programmable GPS devices

I'd like to start a side project that involves programming with GPS devices. All that I need is a GPS …

gps device mobile-devices
Android: no running Device

I want to run my Android Project iwrote with emulators on my Android Device. The Device is Connected on an …

android launching-application mobile-devices
How to get scripts to work with phones and tablets

I'm writing scripts for a google docs spreadsheet that run when cells are edited using the onEdit function. So far …

google-apps-script google-sheets triggers mobile-devices
css media queries: target mobile devices without specifying width, pixel ratio, etc

Let's say I just want to target every tablet and phone, regardless of size, is there a media query for …

css responsive-design media-queries mobile-devices