UNPKG
@atlas-kitchen/adyen-web
Version:
latest (6.15.0)
6.15.0
docs.adyen.com/checkout
atlas-kitchen/adyen-web
@atlas-kitchen/adyen-web
/
dist
/
es
/
utils
/
isMobile.js
3 lines
(2 loc)
•
168 B
JavaScript
View Raw
1
2
3
const
t
=(
)=>
window
.
matchMedia
(
"(max-width: 768px)"
).
matches
&&
/Android|iPhone|iPod/
.
test
(navigator.
userAgent
);
export
{t
as
default
};
//# sourceMappingURL=isMobile.js.map