Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #24185
| From | Simon Lewis <simonlewis2001@gmail.com> |
|---|---|
| Newsgroups | comp.lang.javascript |
| Subject | Re: Detection of devices using JavaScript |
| Date | 2014-05-16 15:14 +0200 |
| Organization | Lewis |
| Message-ID | <87lhu150hg.fsf@development.richardriley.net> (permalink) |
| References | (1 earlier) <ll2ptp$bep$1@dont-email.me> <2757558.IxYUr6dfcW@PointedEars.de> <5374f76d$0$6664$9b4e6d93@newsspool3.arcor-online.net> <99395878-fe47-4f8d-986e-b10a4e9ae636@googlegroups.com> <5375f07e$0$6699$9b4e6d93@newsspool2.arcor-online.net> |
Christoph Michael Becker <cmbecker69@arcor.de> writes: > Sithu.D wrote: > >> On Thursday, May 15, 2014 7:20:53 PM UTC+2, Christoph Michael Becker >> wrote: >> >>> Thomas 'PointedEars' Lahn wrote: >>> >>>> In most cases the need to "detect the type of device and os" is >>>> only a need >>> >>>> perceived because of lack of experience, not an actual need. >>> >>> ACK (at least wrt. to browser side scripting). >> >> Thanks, Christoph. It turns out all that I need is a regex pattern to >> search the User Agent after all. I got conflicting requirements. The >> real idea is to detect a mobile device on a website and then show the >> user an app download page. > > As Thomas has already hinted at, using the user agent string to detect > the browser/device is unreliable. See > <http://pointedears.de/scripts/faq/cljs/#detectBrowser>; the article > doesn't deal with mobile devices, but the issues pointed out are > basically the same. At least you should offer some way to get to the > download page for all users. > > However, it seems to be preferable to look for a more reliable solution > in the first place. I don't know if there exists such a solution, > though. No. Use the user agent. Why? because thats what people use when they *want* the full content or alternate content for a different device.
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Detection of devices using JavaScript "Sithu.D" <zebra05@gmail.com> - 2014-05-15 02:32 -0700
Re: Detection of devices using JavaScript Denis McMahon <denismfmcmahon@gmail.com> - 2014-05-15 16:27 +0000
Re: Detection of devices using JavaScript Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-05-15 18:40 +0200
Re: Detection of devices using JavaScript Christoph Michael Becker <cmbecker69@arcor.de> - 2014-05-15 19:20 +0200
Re: Detection of devices using JavaScript "Sithu.D" <zebra05@gmail.com> - 2014-05-15 23:56 -0700
Re: Detection of devices using JavaScript Christoph Michael Becker <cmbecker69@arcor.de> - 2014-05-16 13:03 +0200
Re: Detection of devices using JavaScript Simon Lewis <simonlewis2001@gmail.com> - 2014-05-16 15:14 +0200
Re: Detection of devices using JavaScript Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-05-16 15:46 +0200
Re: Detection of devices using JavaScript John Harris <niam@jghnorth.org.uk.invalid> - 2014-05-16 09:49 +0100
csiph-web