mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-02 16:09:31 +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
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user