3rd-Eden / useragent

Useragent parser for Node.js, ported from browserscope.org
MIT License
897 stars 137 forks source link

iOS webview #107

Open dannyrscott opened 7 years ago

dannyrscott commented 7 years ago

Recently ran into an issue where certain iPhone/iPad apps (namely Feedly) send useragents like Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12F70

Which are mobile safari UAs but don't get grabbed up because of the missing 'safari' piece.