in src/utils/ua.ts [9:12]
export function getIOSMajorVersion() { const v = ua.match(/OS (\d+)_/); return v ? +v[1] : 0; }