I need some function returning a boolean value to check if the browser is Chrome.
How do I create such functionality?
|
I need some function returning a boolean value to check if the browser is Chrome. How do I create such functionality? |
|||||||||||||||
|
However, as mentioned User Agents can be spoofed so it is always best to use feature-detection (such as Modernizer) when handling these issues, as other answers mention. |
|||||||||
|
|
User agents can be spoofed! Please try this:
Best to use feature detection! The reason this works is because if you use the Google Chrome inspector and go to the console tab. Type 'window' and press enter. Then you be able to view the DOM properties for the 'window object'. When you collapse the object you can view all the properties, including the 'chrome' property. I hope this helps! |
|||
|
|||||
|
|
even shorter: |
|||
|
|
|
You may also want the specific version of Chrome:
Apologies to The Big Lebowski for using his answer within mine. |
|||
|
|
|
bdukes you make a great point. But I can see where the question comes from..because I myself just decided to drop support for all other HTML5 browsers due to various issues for my Gaming Site/Engine. Chrome however works great and is available on these platforms & devices:
Until Microsoft and Apple wake up and start getting stuff right....why not just use the top contender that just....works! |
|||
|
|