-
The app highlights the features of the app at the first startup.
Possible third-party libraries:
- https://github.com/Senth/MaterialShowcaseView
- https://github.com/deano2390/MaterialShowcaseVie…
-
https://github.com/amlcurran/ShowcaseView/tree/legacy
Possible scenarios:
- Overview/Events
- Change Language
- Search
-
## Plugin Request
**Name**: Showcase view
**Package**: `@capacitor-community/showcase`
### Platform(s)
Android 5.1+
iOS 13+
### Existing Solutions
None at my knowledge
### Descript…
-
How can I animate apperance of ShowcaseView?I've tried static method from your samples (animate(true) ) but it doesn't work.
```
public void showFeedTutorial(){
TutoShowcase.from(getActivit…
adnxy updated
6 years ago
-
Hi, this is really a nice library. but I think there is no best way to use this library for Dialog. Because when I managed to display the showcase for the dialog, the showcase was behind it, causing …
-
Hey, I tried to use MaterialShowCase on an item located in a listView. It works but the overlay dose not cover the entire screen.
Are you familiar with a solution I can try?
![screenshot_20160209-105…
-
Hi ,
I want to Dismiss ShowCaseView in MaterialShowcaseSequence mode by touching outside not toch on dismiss text only!
tnx
-
I have a strange error when exiting the app and reentering it ,the ShowcaseView is not centered,I use this code in a Fragment. This my code for :
```
target = new ViewTarget(iv_QR);
if (s…
-
I couldn't find a way to allow the user to dismiss the showcase by clicking anywhere on the screen or add a button to stop showing forever the showcase view.
-
I tried to implement the ShowcaseView inside a Fragment. The problem I noticed is that when I press the back button the ShowcaseView doesn't disappear. So the problem arises that, the previous fragmen…