MCPcopy 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
26function isMobile() {
27 return isAndroid() || isiOS();
28}
29
30async function setupCamera() {
31 video = document.getElementById('video');

Callers 1

globals.jsFile · 0.85

Calls 2

isAndroidFunction · 0.85
isiOSFunction · 0.85

Tested by

no test coverage detected