()
| 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 | } |