0.0.1 • Published 9 years ago

asb-detect v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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';