web/lib/device: enable local processing on all ios devices
This commit is contained in:
@@ -84,8 +84,8 @@ if (browser) {
|
|||||||
haptics: modernIOS,
|
haptics: modernIOS,
|
||||||
|
|
||||||
// enable local processing by default on
|
// enable local processing by default on
|
||||||
// desktop, ios 18+, and firefox on android
|
// desktop, ios, and firefox on android
|
||||||
defaultLocalProcessing: !device.is.mobile || modernIOS ||
|
defaultLocalProcessing: !device.is.mobile || iOS ||
|
||||||
(device.is.android && !device.browser.chrome),
|
(device.is.android && !device.browser.chrome),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user