web/device: allow default local processing on desktop & android firefox
This commit is contained in:
@@ -83,7 +83,11 @@ if (browser) {
|
|||||||
// so they're enabled only on ios 18+ for now
|
// so they're enabled only on ios 18+ for now
|
||||||
haptics: modernIOS,
|
haptics: modernIOS,
|
||||||
|
|
||||||
defaultLocalProcessing: !iOS && !device.browser.webkit,
|
// enable local processing by default
|
||||||
|
// on desktop & in firefox on android
|
||||||
|
// (first stage of rollout)
|
||||||
|
defaultLocalProcessing: !device.is.mobile ||
|
||||||
|
(device.is.android && !device.browser.chrome),
|
||||||
};
|
};
|
||||||
|
|
||||||
device.userAgent = navigator.userAgent;
|
device.userAgent = navigator.userAgent;
|
||||||
|
|||||||
Reference in New Issue
Block a user