device-detection Questions

18

Solved

on a web application I want to display two different Menu, one for the Mobile, one for the Desktop browser. I use Next.js application with server-side rendering and the library react-device-detect....
Whipsaw asked 26/12, 2019 at 22:19

6

Solved

I've been doing some research and I think I know the answer already, but I'm wondering if there's any means by which you can get a device's screen size and pixel density without the use of javascri...
Gardas asked 29/9, 2011 at 11:40

8

Solved

I have two apps for Android tablets and Android phones. For tablet app I set android:minSdkVersion="11". But nowadays Android phones like Galaxy S3 has Android version 4.0.4 so S3 users can downloa...
Bedfordshire asked 4/7, 2012 at 13:46

2

Solved

I am currently using JavaScript for mobile device detection on my website, this then allows me to serve different content for mobile or desktop users. Currently I use window.devicePixelRatio and s...
Proficient asked 14/5, 2013 at 11:11

4

Solved

I want to use Modernizr to detect whether a user is view a site on a desktop, tablet or mobile device. My initial first thoughts are obviously to check screen sizes that should be enough for mobil...
Bresee asked 28/10, 2011 at 10:42

2

Solved

I have an meteor app that is deployed for both ios and android device and i want certain code to run on only ios device and not on android. I know that I can detect device using navigator.userAgent...
Trattoria asked 18/8, 2015 at 20:23

7

I have just started to play around with Twitter Bootstrap API for a project I have coming up. The main nav contains 3 main elements: site nav social links nav search the site form I am using the ...
Chaschase asked 21/1, 2013 at 15:7

15

Solved

I have looked everywhere. We are using a Motorola Zoom to try our tablet site testing. The issue is that the Android Useragent is a general Useragent and there is no difference between tablet Andro...
Shewmaker asked 17/3, 2011 at 15:56

1

Solved

I have an meteor app that is deployed for both ios and android device and i want certain code to run on only ios device and not on android. I know that I can detect device using meteor device-detec...
Suburban asked 18/8, 2015 at 15:30

11

So I'm serving H.264 .mp4 video on my website. I'm using open source HTML5 video player http://mediaelementjs.com/. Some visitors are viewing from Safari for iPhone. The iPhone 4 supports video pla...

9

Solved

I would like to get info about a device to see if it's a smartphone or tablet. How can I do it? I would like to show different web pages from resources based on the type of device: String...
Paschal asked 14/2, 2012 at 14:58

6

I am looking to do some device detection in PHP and I am looking into a few options. The one that looks the best right now is WURFL http://wurfl.sourceforge.net/. But I am very leery of it be...
Licking asked 12/3, 2012 at 19:29

4

Solved

I am currently looking at some code for PHP detection of mobiles, which is probably quite easy. Now I just have got one problem - I want to make it possible to make unique view-files in my MVC-fra...
Incubate asked 2/4, 2012 at 19:52

4

What is the code to detect touch devices (smartphones and tablets) vs desktops browsers using userAgent.match and return a boolean variable (for example 'isipad')? I need to test this against Andr...

4

Solved

I am trying to detect if the end user is on a phone, a tablet or a pc I have been Googling for a while, apparently there are no easy solution. Well I guess I should not use Resolution, since nowa...
Artieartifact asked 26/2, 2013 at 22:3

4

Solved

I'm curious to know how to check for iPhone, iPad and other mobile browsers.(JavaScript or CSS) Edit: Not user agent string, please. That can be faked. Possible Dupes: Auto detect mobile b...
1

© 2022 - 2024 — McMap. All rights reserved.