mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-27 17:08:28 +00:00
web/lib/device: enable local processing on all ios devices
Some checks are pending
Some checks are pending
This commit is contained in:
parent
f4637b746c
commit
f7e5951410
@ -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),
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user