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
Is it possible to dismiss MaterialIntroView and pass the touch event to underlaying view on touch down? The reason I need this is that I am using MaterialIntroView to explain that it is possible to swipe a view holder in a view pager. When the user finished reading the description their first action is often to try to swipe the view. But since MaterialIntroView is still visible it will consume the first touch event, I want to pass this touch swipe event to my view holder so it can be swiped and MaterialIntroView dismissed at the same time. Thanks.
The text was updated successfully, but these errors were encountered:
Is it possible to dismiss MaterialIntroView and pass the touch event to underlaying view on touch down? The reason I need this is that I am using MaterialIntroView to explain that it is possible to swipe a view holder in a view pager. When the user finished reading the description their first action is often to try to swipe the view. But since MaterialIntroView is still visible it will consume the first touch event, I want to pass this touch swipe event to my view holder so it can be swiped and MaterialIntroView dismissed at the same time. Thanks.
The text was updated successfully, but these errors were encountered: