Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在哪里自定义要绑定的事件处理程序。这些事件很常见,例如点击、点击、向左滑动、向右滑动
<div ontap="{onTap}" ontaphold="{onTapHold}" onswipeleft="{onSwipeLeft}" ...>
您可以使用所有“正常”事件,这里列出了一些有用的事件:https ://martinmuzatko.github.io/riot-cheatsheet/#global-events