How can I intercept events? #584
-
Can those events be intercept??? Thanks!!!!!!For example , I click the Thumbnail's next button; I want to control the whole viewerjs to wait 3s and loading; Then switch to the next image; |
Beta Was this translation helpful? Give feedback.
Answered by
fengyuanchen
Jan 17, 2023
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RainingC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
show
,hide
,view
, etc) can be canceled byevent.preventDefault()
.toolbar
option to customize the click handler of the next button.