Faruk Toptaş

Results 47 comments of Faruk Toptaş

- Do you have actionbar/toolbar? - Can yoy also share your theme style?

Interesting. Samples don't contain ConstraintLayout may be there is an edge case with ConstraintLayout. I have to test. Can you try using RelativeLayout instead of ConstraitLayout?

Can you provide me a sample project? I need to debug it.

Ok. I can see that there is a map on the layout. But the layout.xml file that you shared doesn't contain the map or the bottom views. Can you share...

Thanks :) Dynamic inflation may cause this but I will debug it.

Not yet :) I need to reproduce the buggy behavior at first.

The process will be faster if you provide me a sample with the steps to reproduce the bug.

I get the position with `view.getLocationInWindow` method. There is also an adjust height equals to statusBar height. https://github.com/faruktoptas/FancyShowCaseView/blob/916271f068f92ae1c6abe2b0f3e5275279b50144/fancyshowcaseview/src/main/java/me/toptas/fancyshowcase/internal/Presenter.kt#L138

You can chain multiple instances with FancyShowCaseQueue and set custom enter/exit animations. Does it solve your problem?

I understand. I tried to do it with a different implementation of FancyShowcaseQueue but there was another problem I faced with. Each instance is a view and should be detached/re-attached....