mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use swAngle
This commit is contained in:
parent
c75cbb39d6
commit
0899b8fc8f
1 changed files with 3 additions and 1 deletions
|
|
@ -44,7 +44,9 @@ export const getBrowser = async (): Promise<Browser> => {
|
|||
'--disable-dev-shm-usage',
|
||||
'--no-first-run',
|
||||
'--disable-background-networking',
|
||||
'--use-gl=swiftshader',
|
||||
// use SwANGLE for WebGL
|
||||
'--use-gl=angle',
|
||||
'--use-angle=swiftshader',
|
||||
],
|
||||
defaultViewport: {
|
||||
deviceScaleFactor: 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue