Adnan

Results 5 issues of Adnan

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(getActivity()) .setContentView(R.layout.tuto_sample) .on(viewTutorial) .addRoundRect(0) .onClickContentView(R.id.circleLogin, new View.OnClickListener()...

### Describe the bug I tried testing deep-link in the production this morning, and Chrome is not picking up the link. Everything seems fine for Safari and all the setup...

bug
needs-triage

I'm trying to make tutorial on top of confirmation dialog fragment, but it seems that dialog fragment is always on top, and there is no way to show my tutorial...

How to make rectangle showcase shape? Thanks

Is there static method to add custom showcase layout? Thanks and great lib