Skip to main content

Questions tagged [browser-detecting]

Detecting the type and version of the browser the user uses to view the webpage.

Filter by
Sorted by
Tagged with
1 vote
0 answers
60 views

I would like to be able to confirm that the browser version (e.g. Chrome/40.0.3111.2321) in a UserAgent String (in my log files) is valid and official. I suspect a bot may be randomly constructing ...
bliako's user avatar
  • 111
2 votes
1 answer
2k views

I would like to know if many visitors to my sites are using the Arc browser. It uses a Chrome user agent string: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) ...
Liam's user avatar
  • 391
3 votes
0 answers
47 views

I'm building a language learning app and there are some input fields (using CKEditor 5) where users can input English text. CKEditor 5 has spellcheck plugins, but I am trying to keep my website as ...
Patrick Kenny's user avatar
0 votes
1 answer
276 views

I know there's an option in Safari that lets it seem like you're using Internet Explorer (see here). But I am curious as to how this browser is then tracked by Google Analytics- so for example, if I ...
userusingthisaccount's user avatar
0 votes
1 answer
4k views

Is there a generic way to detect and preferably escape from in-app browsers like the ones used by Facebook, Twitter and some news apps. We are running an add-campaign on both Facebook and a common ...
the JinX's user avatar
  • 103
8 votes
3 answers
7k views

I am currently using Microsoft Edge. Edge is the new Internet Browser from Microsoft. I tried running a Unity3D Program in Edge, and it gave me the error that it was not available in Chrome: Then I ...
Evorlor's user avatar
  • 214
1 vote
2 answers
92 views

I have a website that is pretty demanding in regards to required browser features. Currently, the site does not indicate this in any way to visitors when they access it with an old browser. I want to ...
Malax's user avatar
  • 233
3 votes
2 answers
475 views

PHP is listed as a browser in Google Analytics. 50 sessions have been created. Obviously Analytics data is collected via Javascript executed in the visitor's browser so what is PHP (a server-side ...
Martin Joiner's user avatar
2 votes
5 answers
3k views

Someone has sent me a screenshot of a website I'm coding. I'm not a fan of iPhone so I have no idea which browser it is. Here is the screenshot, so please let me know which browser is this and how to ...
Ali's user avatar
  • 21
0 votes
1 answer
62 views

I just can't see a way to support IE8 and below. Having said that, I don't want to sniff the user agent because it's bad practice and feature detection is a better alternative. Would it be acceptable ...
Ben Johnson mk2's user avatar
1 vote
1 answer
4k views

I make a lot of use of Google Analytics - Google has reasonable tracking for location of users so I can tell where users come from. I know it is not 100% but it gives an idea. In the wake of Prism it ...
Jeremy French's user avatar
4 votes
3 answers
4k views

In order to determine whether to serve the mobile or full version of my site by default, I use a service that examines requests to determine the type of device they originated from. However, calls to ...
Scott Severance's user avatar
1 vote
3 answers
2k views

I've written a small htaccess file to redirect Internet Explorer users to a specific page Here are the contents : # MS Internet Explorer - Mozilla v4 RewriteEngine On RewriteCond %{HTTP_USER_AGENT} ^...
Dany Khalife's user avatar
22 votes
2 answers
20k views

http://www.w3schools.com/js/tryit.asp?filename=try_nav_all I get Browser CodeName: Mozilla Browser Name: Netscape Browser Version: 5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like ...
Dan's user avatar
  • 403
2 votes
2 answers
90 views

How does this stackexchange form saved the work, I mean keep an auto save function, to retrieve loss of work, in case the user's browser crashes.
user465641's user avatar
0 votes
1 answer
51 views

I'm working on a website for my dad, and it works nice in modern browsers, but apparently he's getting comments on how the top navigation doesn't work on Internet Explorer (7 and lower, I think). It ...
Maddy's user avatar
  • 1
3 votes
1 answer
142 views

A while ago I stumbled across a website that allowed you to enter an email address and have things like your browser type, version, build, javascript settings, flash version etc emailed through. I ...
ollie's user avatar
  • 133
9 votes
4 answers
35k views

What do you use to detect visitor's mobile phone, down to the model if possible? Currently we maintain our own database but it's really getting behind due to lack of manpower to maintain it, so we ...
syaz's user avatar
  • 193
4 votes
7 answers
709 views

What are the best ways to implement cross browser css? Rule: one approach for an answer.
stacker's user avatar
  • 361