MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isIPad

Function isIPad

Ports/JavaScriptPort/src/main/webapp/js/fontmetrics.js:2266–2269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2264 }
2265
2266 function isIPad() {
2267 return (/ipad/.test(window.location.search));
2268 //return (/iPad/.test(navigator.userAgent) && !window.MSStream) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1);
2269 }
2270 function isIOS13() {
2271 return isIOS() && "download" in document.createElement("a")
2272 }

Callers 2

pauseFunction · 0.85
recordFunction · 0.85

Calls 1

testMethod · 0.65

Tested by

no test coverage detected