Questions tagged [mobile-devices]

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

Mobile devices are a set of handheld devices including mobile phones and smartphones, tablets, smartwatches and other portable devices. They usually have an operation system, which provides various features for browsing web, using applications and managing personal data and files.

287 questions
7
votes
8 answers

Parsing mobile phone user agent string , good solution or library?

Requirement : To find out which phone the user is using by parsing the user agent string from his browser.( in PHP ) eg. Nokia 1100 , Samsung D900 . Is there a good library available with sufficient database of phone vendors and models ? Some…
DhruvPathak
  • 42,059
  • 16
  • 116
  • 175
6
votes
3 answers

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 this? Is it possible to do this without specifying a size? Or is using a size the only way to target mobile devices, and not desktops?
android.nick
  • 11,069
  • 23
  • 77
  • 112
6
votes
2 answers

Simple Smart Phone detection

Ok I've seen a couple of mobile detection scripts that look to identify all mobile handsets, anyone come up with a simple Smart Phone detection script? I'm using the jQueryMobile framework and wanted to theme based on device, Am I going about this…
Phill Pafford
  • 83,471
  • 91
  • 263
  • 383
6
votes
3 answers

Spring Boot 2 NoSuchMethodException: org.springframework.mobile.device.Device.()

Recently I tried to update my Spring Boot application version from 1.5.10.RELEASE to 2.0.0.RELEASE Project Environment JDK version 1.8 jcenter() repository in Gradle IDE Spring tool Suite (STS) Version: 3.9.2 I have encountered two issues I…
6
votes
3 answers

Is there a open source firmware for any low end cell phone (non smart phone)?

This question is about low end mobile phones which cost around $50 to $100, unlike Smart Phones like iPhone or the ones that support Android. Nokia 1280, 1800 are some examples. I want to customize the basic features such as Contacts, SMS in such…
Jagan
  • 447
  • 5
  • 12
6
votes
2 answers

3G/Edge/GPRS IP addresses and geocoding

We're looking to develop a mobile website. On this mobile website, we'd like to automatically populate a user's location (with proper fallback) based on their IP address. I'm aware of geocoding a location based on IP address (mapping to latitude,…
StephenPAdams
  • 2,797
  • 2
  • 30
  • 49
6
votes
1 answer

Setting blob to src property of HTML 5 video tag for devices

I am trying to play a video by setting src property of HTML 5 video tag to a Blob (using createObjectURL(blob) function). It seems to work fine on desktops but is not working on devices. Following is the flow of code: I have kept a .txt file which…
kapilkmr8
  • 61
  • 1
  • 2
5
votes
4 answers

Android: no running Device

I want to run my Android Project iwrote with emulators on my Android Device. The Device is Connected on an USB-Port. When I start the "Android Device Chooser" nothing happens. No running device in the "Choose a running Android Device"-Table is…
fabian
  • 53
  • 1
  • 1
  • 3
5
votes
5 answers

Tablet Detection

Okay I got some good advice for Mobile Detection but still having an issue with themed tablets as the icons will be larger for a tablet view then a mobile device. I'm using jQueryMobile as the framework and it does detect the iPad (And I'm sure…
Phill Pafford
  • 83,471
  • 91
  • 263
  • 383
5
votes
1 answer

How can you debug on a phone you don't own?

I've released an app to the market. It seems to work fine on some devices, and have completely weird behaviour on others. It runs fine in a VM configured to match the setup of these devices. In general though, given that some phones behave in…
fredley
  • 32,953
  • 42
  • 145
  • 236
5
votes
2 answers

Windows CE 5.0 emulator needed

I need an emulator for Windows CE 5.0 to test an embedded device (not PDA or smartphone) application that I am developing. This is what I have already tried: Visual Studio 2008 Pro includes an emulator. Unfortunately, it does not include a Windows…
Heinzi
  • 167,459
  • 57
  • 363
  • 519
5
votes
8 answers

How to detect samsung galaxy s4 with php mobile detect as mobile

Im using Mobile-Detect library to detect some mobile device and change to mobile, iOS works fine, but Samsung galaxy S4 is not being detected, PHP require_once 'php/Mobile_Detect.php'; $detect = new Mobile_Detect; if ($detect->isMobile()){ …
user3109875
  • 828
  • 12
  • 35
5
votes
3 answers

Full screen canvas on mobile-devices

I have created a small canvas game and I want it to work both on PCs and mobile devices. On PC the canvas area works as expected but the problem comes when designing for mobile devices. Is there a way (CSS or javascript) so that a canvas area inside…
XCS
  • 27,244
  • 26
  • 101
  • 151
4
votes
2 answers

Detecting android devices connected to Wifi

I want to make an android application that connects to a Wifi network, say network SSID = "ABC".Assume that it is connected to the Wifi ABC. After connecting to ABC, i would want my application to display the ips of all the android devices that are…
Farhan
  • 41
  • 1
  • 2
4
votes
2 answers

GeoLocation for all Mobile/Desktop Devices

I'm using gears.js and geo.js in an attempt to cover all grounds, in terms of finding the user's geolocation. So if the user is using something less than IE9, I would possibly prompt install for Google Gears, so I know for desktop, IE7 + is…
bcm
  • 5,470
  • 10
  • 59
  • 92
1
2
3
19 20