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

Function isIOS13

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

Source from the content-addressed store, hash-verified

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 }
2273
2274 function createAudioContext(desiredSampleRate) {
2275 var AudioCtor = window.AudioContext || window.webkitAudioContext

Callers

nothing calls this directly

Calls 2

isIOSFunction · 0.85
createElementMethod · 0.65

Tested by

no test coverage detected