zakeke-configurator-react 0.1.291-prod → 0.1.292-prod
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30989,7 +30989,7 @@ function matchCodes(code1, code2) {
|
|
|
30989
30989
|
function getPlatformSettings() {
|
|
30990
30990
|
return CURRENT_REDUX_STORE.getState().platformSettings;
|
|
30991
30991
|
}
|
|
30992
|
-
var IS_ANDROID =
|
|
30992
|
+
var IS_ANDROID = /android/i.test(navigator.userAgent);
|
|
30993
30993
|
var IS_IOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !self.MSStream || navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1;
|
|
30994
30994
|
var IS_AR_DEVICE_COMPLIANT = function () {
|
|
30995
30995
|
var tempAnchor = document.createElement('a');
|