Skip to content

Commit

Permalink
add iOS 9 support
Browse files Browse the repository at this point in the history
fix #132
  • Loading branch information
lancedikson committed May 7, 2016
1 parent f2206e5 commit 83182d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/useragents.js
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,15 @@ module.exports.useragents = {
, webkit: true
, x: true
}
, 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_0 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13A344 Safari/601.1': {
ios: true
, osversion: '9.0'
, version: '9.0'
, iphone: true
, mobile: true
, webkit: true
, a: true
}
}
, iPad: {
'Mozilla/5.0 (iPad; CPU OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53': {
Expand Down

0 comments on commit 83182d2

Please sign in to comment.