You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd really like to be able to dismiss it with a down-swipe but can't figure out a way to do it.
I've managed to hook in to the gesture events and can detect the down swipe, but this should only dismiss the dilaog when it's at the top of it's scroll position. i just can't get a response to the the scroll events. Should I be adding the v-scroll directive to the dialog? Or will this only work if the dialog is scrollable (which it's not) ? Or should the v-scroll directive be attached to the app element? I've used v-scroll:#app but this doesn't work either.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My app uses the fullscreen dialog in mobile apps.
I'd really like to be able to dismiss it with a down-swipe but can't figure out a way to do it.
I've managed to hook in to the gesture events and can detect the down swipe, but this should only dismiss the dilaog when it's at the top of it's scroll position. i just can't get a response to the the scroll events. Should I be adding the v-scroll directive to the dialog? Or will this only work if the dialog is scrollable (which it's not) ? Or should the v-scroll directive be attached to the app element? I've used v-scroll:#app but this doesn't work either.
Any help would be much appreciated.
Thx.
Beta Was this translation helpful? Give feedback.
All reactions