Skip to content

Commit 0a2d732

Browse files
prevent touch autodetection in iscroll; #85
1 parent b9abd63 commit 0a2d732

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

js/app.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,11 @@ $(window).ready(function() {
522522
scrollbars: true,
523523
scrollbarClass: 'scrollStyle',
524524
shrinkScrollbars: 'scale',
525-
tap: is_mobile,
526-
click: is_mobile,
525+
tap: true,
526+
click: true,
527+
disableMouse: false,
528+
disableTouch: false,
529+
disablePointer: false,
527530
});
528531

529532
$('#telemetry_graph').on('click', '.graph_label', function() {

0 commit comments

Comments
 (0)