Android Stock-Browser Detect
Detect any Android Stock-Browser
ASB-Detect has only one purpose – to detect any Android Stock-Browser and redirect visitor to download Google Chrome from the Android Market directly. There's simply no reason why anyone would use Stock-Browser that comes with older Android's, if there's Google Chrome for those devices. Google Chrome is default browser on newer Android devices...
Install
Bower
bower install asb-detect --save
NPM
npm install asb-detect --save
How to use
Regular way
<script src="scripts/asb-detect.js"></script>
ES6 way
import 'asb-detect';