You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently device motion is branched by browser version which is acquired by egjs-agent. But we can not acquire version of browser engine. For example of Samsung internet Browser, we can get browser name (Samsung Internet) and its version. But We can not get chromium version. And Version of chromium affect on device motion (Related #172, #173)
So we should check it by checking userAgent string directly or change egjs-agent to return browser engine. But we should check it by first one until policy of egjs-agent is decided.
The text was updated successfully, but these errors were encountered:
Description
Currently device motion is branched by browser version which is acquired by egjs-agent. But we can not acquire version of browser engine. For example of Samsung internet Browser, we can get browser name (Samsung Internet) and its version. But We can not get chromium version. And Version of chromium affect on device motion (Related #172, #173)
So we should check it by checking userAgent string directly or change egjs-agent to return browser engine. But we should check it by first one until policy of egjs-agent is decided.
The text was updated successfully, but these errors were encountered: