-
Notifications
You must be signed in to change notification settings - Fork 890
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
3,369 additions
and
3,172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
v1.4.2: | ||
date: 2018-06-10 | ||
changes: | ||
- use [email protected] | ||
|
||
v1.4.1: | ||
date: 2017-12-24 | ||
changes: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ You can find out information about the device rendering your web page: | |
* [Mobile Grade (A, B, C)](http://jquerymobile.com/gbs/) | ||
* specific versions (e.g. WebKit) | ||
|
||
Current `master` branch is using detection logic from **[email protected].30** | ||
Current `master` branch is using detection logic from **[email protected].32** | ||
|
||
# Live Demo | ||
|
||
|
@@ -104,9 +104,9 @@ You can easily extend it, e.g. `android`, `iphone`, etc. | |
|
||
## Size (bytes) | ||
|
||
* development: 68349 | ||
* minified: 38036 | ||
* minified + gzipped: 15897 (`cat mobile-detect.min.js | gzip -9f | wc -c`) | ||
* development: 68711 | ||
* minified: 38333 | ||
* minified + gzipped: 16040 (`cat mobile-detect.min.js | gzip -9f | wc -c`) | ||
|
||
# Installation | ||
|
||
|
@@ -120,11 +120,11 @@ You can easily extend it, e.g. `android`, `iphone`, etc. | |
|
||
## CDN - [jsDelivr](http://www.jsdelivr.com/#!mobile-detect.js) | ||
|
||
<script src="//cdn.jsdelivr.net/npm/[email protected].1/mobile-detect.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/[email protected].2/mobile-detect.min.js"></script> | ||
|
||
## cdnjs - [cdnjs.com](https://cdnjs.com/libraries/mobile-detect) | ||
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.4.1/mobile-detect.min.js"></script> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.4.2/mobile-detect.min.js"></script> | ||
|
||
# Extending/Modifying Behaviour | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.