How to use the 'Touch Repeat Directive' #3889
Unanswered
RelievedCy
asked this question in
Q&A
Replies: 2 comments
-
Good question, @RelievedCy! We probably need to define it as a dynamic prop: ui.button('touch me', on_click=lambda: print('click')) \
.props(''' :v-touch-repeat.mouse="() => { console.log('touch') }" ''') But so far it doesn't work. Does anyone else have an idea? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Process prop in nicegui as string? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
This method currently has no effect, how can it be used?
quasar:touch-repeat
Beta Was this translation helpful? Give feedback.
All reactions