We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb960e2 commit 72f1108Copy full SHA for 72f1108
src/tpl/defaultTheme/frontend/index.js
@@ -347,7 +347,7 @@
347
348
var SKIP_TAGS = ['INPUT', 'BUTTON', 'TEXTAREA'];
349
350
- var PLATFORM = navigator.platform;
+ var PLATFORM = navigator.platform || navigator.userAgent;
351
var IS_MAC_PLATFORM = PLATFORM.indexOf('Mac') >= 0 || PLATFORM.indexOf('iPhone') >= 0 || PLATFORM.indexOf('iPad') >= 0 || PLATFORM.indexOf('iPod') >= 0
352
353
var lookupKey;
0 commit comments