mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +00:00
web/device: enable local processing on ios 18+ by default
hopefully ios users will figure out what buttons they have to press, but if not, i'll add an explanatory dialog
This commit is contained in:
parent
3ee7c4d36a
commit
ee2be1fb9e
@ -83,10 +83,9 @@ 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,
|
||||||
|
|
||||||
// enable local processing by default
|
// enable local processing by default on
|
||||||
// on desktop & in firefox on android
|
// desktop, ios 18+, and firefox on android
|
||||||
// (first stage of rollout)
|
defaultLocalProcessing: !device.is.mobile || modernIOS ||
|
||||||
defaultLocalProcessing: !device.is.mobile ||
|
|
||||||
(device.is.android && !device.browser.chrome),
|
(device.is.android && !device.browser.chrome),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user