Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs-examples
/ isMobile
Function
isMobile
gpu-pipeline/ui-util.js:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
function
isMobile() {
27
return
isAndroid() || isiOS();
28
}
29
30
async
function
setupCamera() {
31
video = document.getElementById(
'video'
);
Callers
1
globals.js
File · 0.85
Calls
2
isAndroid
Function · 0.85
isiOS
Function · 0.85
Tested by
no test coverage detected