Skip to content

Commit 80db1af

Browse files
committed
add --touch-events chrome CLI flag
- so that window.TouchEvent API works in Ubuntu
1 parent fed96fd commit 80db1af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jasmine/karma.conf.js

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ func.defaultConfig = {
182182
_Chrome: {
183183
base: 'Chrome',
184184
flags: [
185+
'--touch-events',
185186
'--window-size=' + argv.width + ',' + argv.height,
186187
isCI ? '--ignore-gpu-blacklist' : ''
187188
]

0 commit comments

Comments
 (0)