mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-06 01:49:36 +02:00
web/device: allow default local processing on desktop & android firefox
This commit is contained in:
parent
bb8acc8b98
commit
7d84b74e9e
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user