web/lib/device: enable local processing on all ios devices
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run

This commit is contained in:
wukko 2025-06-25 23:19:24 +06:00
parent f4637b746c
commit f7e5951410
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -84,8 +84,8 @@ if (browser) {
haptics: modernIOS,
// enable local processing by default on
// desktop, ios 18+, and firefox on android
defaultLocalProcessing: !device.is.mobile || modernIOS ||
// desktop, ios, and firefox on android
defaultLocalProcessing: !device.is.mobile || iOS ||
(device.is.android && !device.browser.chrome),
};