Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Totally Dismiss ShowcaseView During onPause or any Other Time #54

@oluwabajio

Description

@oluwabajio

This might be useful to someone. If you need to totally dismiss showcaseView / GuideView. You can use the below method.

Using .dismiss(); would only move to the next showcase and not totally remove the GuideView.

This is what works for me.

((ViewGroup) ((Activity) getContext()).getWindow().getDecorView()).removeView(mGuideView);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions