Detecting Google Chrome Using JavaScript
As we all know, Google's Chrome browser hit the web yesterday. Whether you wanted to or not, you definitely downloaded Google's effort to see what ingenuity they put into their browser. It's clean, fast, and more stable than Firefox has been for me lately. Of course, there's always a chance that Chrome will have a quirk that none of the other browsers have and you may need to use client side detection to fix the problem. You can detect Chrome by using the following bit of JavaScript:
var is_chrome = window.chrome;
The following string represents Chrome's full user agent:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13
Have any Chrome-specific functionality you want to build? Maybe a MooTools slide-in script that says "Hey, you're using Google's new browser!" It's probably too soon to try to fix Chrome-related bugs, but knowing how to detect it sooner rather than later is a good thing.
With CSS border-radius, I showed you how CSS can bridge the gap between design and development by adding rounded corners to elements. CSS gradients are another step in that direction. Now that CSS gradients are supported in Internet Explorer 8+, Firefox, Safari, and Chrome...
Feature detection via JavaScript is a client side best practice and for all the right reasons, but unfortunately that same functionality hasn't been available within CSS. What we end up doing is repeating the same properties multiple times with each browser prefix. Yuck. Another thing we...
I've always seen Digg as a very progressive website. Digg uses experimental, ajaxified methods for comments and mission-critical functions. One nice touch Digg has added to their website is their hover share widget. Here's how to implement that functionality on your site...
My team mate Edna Piranha is not only an awesome hacker; she's also a fantastic philosopher! Communication and online interactions is a subject that has kept her mind busy for a long time, and it has also resulted in a bunch of interesting experimental projects...
Thanks for sharing this. I hope there won’t be any Chrome-specific fixing :)
hi ,
but i must say there is if you need to detect the file type and special characters in a file name while uploading the file you would need to detect FF IE6 IE8 and CHROME SPECIFICALLY as when you try to get the value of the file type field in javascript they would return diff results for all these browsers FF returns filename only and IE6 & CHROME returns FILE PATH
there’s also the issue with fading out a textarea (or div) with a visible scrollbar – chrome fills it with rainbow colors
Thank you! Very clever!!!
Chrome crashed a couple of times of by now.
Keeping FireFox for now, Chrome does have some nice fresh ideas like e.g. the way it separates various threads.
Thank you for the js-tip!
It’s a nice idea. The only problem is that Google Chrome have exactly the same userAgent string as Apple’s Safari (at least on the Windows platform). I was trying to find out if there is anyway to tell the difference between them by searching the web and that’s how I ended up on your nice blog.
That is the same way I ended up here Martin.
I was writing a JavaScript to detect browser and when my friend (with Chrome) tested the link we figured out that he was detected as Safari…. :-(
Did you find an answer to find a way to fix that?
As it’s still beta there may be one or two bugs, none that I have found so far, but I can’t imagine Google signing off on a product that didn’t fully adhere to standards. So maybe it will be the fixes we’ve had to implement for other browsers that cause issues in Chrome.
Since Chrome was built to handle the next generation of web applications I can see us developers needing code to detect chrome in order to allow more functionality to be shown that legacy browsers maybe cannot handle and which is turned off or hidden by default.
Anyway, thanks for the code snippet, though hopefully I’ll never need it.
Thanks a lot for sharing..! But i still have no idea what should we fix in Chrome =D
Chrome appears to pass Acid2, but does not pass Acid3 (linktest failed, and only 79 scored for me on Vista Home Premium). So there may be some issues, particularly when using JS libraries.
i keep learning about more and more advantages and features with Chrome, with privacy, for example; now if only they would take care of it’s cookie management glitches…
http://browserspy.dk/googlechrome.php will also show you the version and some additional information about Google Chrome.
I’m having trouble with a custom cursor (.cur file). chrome doesn’t appear to be respecting the correct hotspot set on the cursor. ff/ie have no problem.
@chrismarx: Interesting, I hadn’t heard of that issue.
looks like they might be on to the problem, check it out:
r2406 Fix an issue with tooltips showing up in the wrong location.
http://dev.chromium.org/getting-involved/dev-channel/release-notes
CSS margin tag doesn’t work with a percentage value in chrome.
eg.
.class{margin:10% 15%} doesn’t work
You can also use this JavaScript library to detect any browser including chrome. Not only this, you can trim a string, detect mouse positions etc
http://rochakchauhan.com/blog/2008/10/11/rochakjs-javascript-class-of-common-functions/
Thanks for that! It’s been a great help! I’VE FOUND ANOTHER GOOGLE CHROME BUG:
(sorry, didn’t mean to shout, was just to grab your attention!) lol.
Overall I love Google Chrome, but one thing has just come up that I thought would be useful to point out: Google Chrome doesn’t respond to XML in the same way (as I’ve just found out!) Both IExplorer and Firefox use different methods to acheive this, and usually Google Chrome is easy to deal with because from a javascript point of vew, has behaved as though it was a clone of Netscape/Mozilla/Firefox! HOWEVER…
BEWARE THE DANGERS OF CODING THEM THE SAME, as your browser will just assume you’re using Firefox, and anything that Google Chrome does not do, will go by undetected. No Warnings, No Nothing! (Which is fine just so long as the code it’s skipping wasn’t majorly important) but generally speaking, if you’ve gone to all the trouble to code it in XML, then there’s a likelyhood that the code it has skipped is VERY IMPORTANT INDEED, and thus losing it could be disasterous! However, thankfully this handy Google Chrome detection will help me to further seperate the code being used, and I can get to work on figuring out how the google has messed with the XML part! …Wish me luck!!
Just downloaded chrome its blazing fast almost as fast as FireFox Beta 3 “hacked”.
Just wanted to give everyone a heads up that When it comes to Frames or basically anthing that you resize with Javascript, that Chromes height variable is typically off by about 25px, however this just might be because of programing a resizing frame for all 3 browers. Because I checked the variables with Chromes nifty Inspector tool and the clientHeight variable is exact. So im guess it’s just another incompatability of IE to any other browser again. Altho IE still does nice color shading and easy margins lmao. =D.
Chrome is very nice.. but it would be nicer if it could show error messages like that that of the Windows Internet Explorer. Or may be should have a debugger. Guys don’t you think it will make good sense? Love the work these guys have done.
Browser detection is fine how to change the input type using js in chrome.
Chrome is nice, but still rather unstable I think
@Martin: did you find a way to differentiate user agent for safari and chrome..because I am trying to extract the “chrome” from the user agents long string but still it does not work.
Hi that is a great news for all people like me….I don’t know a lot about wave and thus that is very new for me…but that is a very very good news for me because collaboratively I can use their service along with twitter and many other features at a time that is nice…thanks Google and thanks web master of this site..
@Htoo Tay Zar:
i have discovered the interpretation of the Khmer (Cambodian) Unicode font is tiny in Chrome when compared to FF and IE. So maybe a need to script around to make the font size readable.
Not a big issue.
Do like Chrome though – can’t wait to see the roll out on Chrome OS
Rhoel
Phnom Penh, Cambodia.
Thanks again david :) I didn’t know it was so easy to detect a browser via javascript…
OMG – you just saved my coding life – thank you!
@mis_p i know u posted an age ago…. but, if you check for chrome before you check for safari then the you chrome will come up,
I had the same issue myself, :) hope it helps anyone who sees this thread
Look forward to the day that font-face works decently in Chrome. Getting close but flakes out in the first dozen fonts I tried. Gave up. Shame b/c all the other browsers could render the fonts.
Why does Chrome’s User Agent string have Mozilla’s name on it?
Sorry to burst your bubble:
gwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiot
Hi!.
I am using a object tag to show a webpage inside another page.
in object tag i show some images,when we click on image a pop div is created and it is appended to the parent page body by using
javascript parent.docuemnt.body function.but the pop up is only working in IE and Mozilla.I wan it should run in chrome & safari..
Plz suggest any help………….
Great tip to detect Chrome. Thanks for sharing.
This is what I did:
It will return
true
if you’re using chrome browser. Thanks for sharing this wonderful script!This is easy!:) That would help me if you could point me out how to detect if chrome runs in –disable-web-security or not… As I have a documentation written in HTML with a js search engine – that is forbidden by Chrome as it has interframe js thing… so I would like to make an alert box for those using chrome without this –disable-web-security parameter to be aware of this problem (not the searchbox is not working but chrome is disabling it)
I can’t have multiple versions of all my video files (there’s lots and the whole site is downloaded) so I wrote this and it seems to work on current Safari, FireFox and Chrome -should work on everything else or add to the non MP4 list
aargghh – can’t post the code
Thanks for the code. My script works for everything but for chrome. It is not redirecting properly. This code helped me fix and handle chrome different.
Better watch out or you’ll hit on “chromeframe” in the useragent string if you’re just searching for “chrome” like that. a little safer to check for “chrome/” i think.. or “chrome” and not “chromeframe” (both).. because even though chromeframe may be in the useragent, it doesn’t mean it’s currently active.
Hi. I have noticed that this doesn’t works with Chrome Ipad. attribute chrome on window variable is not defined.
The
$.browser
will not work after the version jQuery 1.9, so you should use the jQuery-migrate plugin, more details athttp://allinworld99.blogspot.in/2015/05/find-browser-using-jquery.html
Fun fact: Microsoft Edge browser implements
window.chrome
to further confuse the internet. Special thanks go out to Microsoft for reassuring me they’re in fact the absolute worst.Microsoft Edge also defines window.chrome property.
This doesn’t happen genuinely matter a great deal, in addition to getting the concept progresses every thing kind of pulls collectively.