Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
s4s-editor
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
30b538e
s4s-editor
/
src
/
lib
/
pm-mobile.js
soiz1
Create src/lib/pm-mobile.js
6c6768e
verified
17 days ago
raw
Copy download link
history
blame
Safe
141 Bytes
const
isMobile
= (
) =>
/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i
.
test
(navigator.
userAgent
);
export
{
isMobile,
};