MCPcopy
hub / github.com/PavelDoGreat/WebGL-Fluid-Simulation / isMobile

Function isMobile

script.js:283–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

281}
282
283function isMobile () {
284 return /Mobi|Android/i.test(navigator.userAgent);
285}
286
287function captureScreenshot () {
288 let res = getResolution(config.CAPTURE_RESOLUTION);

Callers 2

script.jsFile · 0.85
startGUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected