-
Notifications
You must be signed in to change notification settings - Fork 129
Not able to dismiss nor there is any way for continuity #4
Comments
maybe using wrong instance of GuideView. |
and you can see sample code for continuity |
I am using the same code but in fragment and when click anywhere it is not dismissed |
my idea was dismissible by clicking on target view |
Thank you mreram, nice library . And thanks for quick response let me know if i can contribute to this project to make it more better |
Thanks, Add Tests: |
#3 added Dismiss Type |
I am using mGuideView = builder.build();
mGuideView.dismiss();
but unable to dismiss this it is not working . And what if i want to show other icon after how can i do that to maintain continues behaviour . I am using this in fragment
The text was updated successfully, but these errors were encountered: