mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Wasm demos: add touch-action: none
to all canvas
So that the Slider, Flickabke and such works on android/chrome
This commit is contained in:
parent
da1879f049
commit
013eee351c
8 changed files with 11 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
animation: spinner 1s ease infinite;
|
||||
}
|
||||
@keyframes spinner { to { transform: rotate(360deg); } }
|
||||
|
||||
canvas { touch-action: none; }
|
||||
/* beautify ignore:end */
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue