nhn / tui.code-snippet

Group of utility methods to make ease with developing javascript applications.

Home Page:https://nhn.github.io/tui.code-snippet/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

browser - Change iOS Chrome detection result to 'chrome: true'

nonoll opened this issue · comments

Version

2.3.2

Development Environment

iOS Chrome

Current Behavior

  • iOS Chrome userAgent
    • Mozilla/5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/84.0.4147.122 Mobile/15E148 Safari/604.1
  • codesandbox test code
// browser result
chrome : false,
....
others : true,
version : 0

Expected Behavior

// browser result
chrome : true,
....
others : false,
version : 84