Set touch-action to allow page scrolling

This commit is contained in:
Andreas Hocevar
2019-10-24 16:03:23 +02:00
parent 599835e818
commit cc24ec1be6
4 changed files with 50 additions and 4 deletions
+2
View File
@@ -21,6 +21,7 @@ export default {
*/
ERROR: 'error',
BLUR: 'blur',
CLEAR: 'clear',
CONTEXTMENU: 'contextmenu',
CLICK: 'click',
@@ -28,6 +29,7 @@ export default {
DRAGENTER: 'dragenter',
DRAGOVER: 'dragover',
DROP: 'drop',
FOCUS: 'focus',
KEYDOWN: 'keydown',
KEYPRESS: 'keypress',
LOAD: 'load',