Detect OS, browser and device in AngularJS
In this lesson we will see how we can gracefully detect the Operating System, browser and device used by our user to browse our website. Detecting browser is usually a bad smell and means that you are getting your hands dirty, however there are genuine cases where this can’t be avoided. Detecting OS can be […]