@leoncvlt/ar-button
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -34,3 +34,3 @@ // constants to check for various platforms / AR subsytems support | ||
IS_IOS: | ||
(/iPad|iPhone|iPod/.test(navigator.userAgent) && !MSStream) || | ||
(/iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream) || | ||
(navigator.platform === "MacIntel" && navigator.maxTouchPoints > 1), | ||
@@ -37,0 +37,0 @@ |
{ | ||
"name": "@leoncvlt/ar-button", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A web component to easily display 3D models in native AR across browsers and mobile devices", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
23079