Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 80db1af

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

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎test/jasmine/karma.conf.js

Copy file name to clipboardExpand all lines: test/jasmine/karma.conf.js
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.