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
It is in the js object. I just cannot figure out how to access it from java. event_0_g$.nativeEvent_1_g$.detail.direction = "left"
for extra credit - How do I prevent the swipe from dismissing (swipe away) the container?
The text was updated successfully, but these errors were encountered:
With regard to preventing dismissal, perhaps a better workflow would be to identify beforehand which containers shouldn't be dismissible and prevent swiping altogether by setting the element's class="disable-swipe
I posted this on Stackoverflow a couple of days ago but got little visibility and no response.
Perhaps it'll do better here.
How do I capture the direction of the swipe event in a IronSwipeableContainer ?
It is in the js object. I just cannot figure out how to access it from java.
event_0_g$.nativeEvent_1_g$.detail.direction = "left"
for extra credit - How do I prevent the swipe from dismissing (swipe away) the container?
The text was updated successfully, but these errors were encountered: