-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transparentTarget not working #47
Comments
@prscX I've tested now in iOS and works just like expected, but in Android version isn't working. |
@prscX I don't know if it helps but when I've used in a native android app, the version of lib that I used was |
@prscX any updates? |
Thanks @witalobenicio for raising the issue. Have you specified Please let me know incase it still does not works. Thanks |
@prscX Yes...if specified |
@witalobenicio: Previous I also wanted to achieve the same iOS behavior on Android, but I was not able to achieve the same. I thought it was not supported by native library. Since you have specified that it works, I will give it a another try. Will keep you posted. Thanks |
@prscX Thank's man. I know in native library works (you can see an example of this working at: https://play.google.com/store/apps/details?id=br.com.isilist.android). I hope we can use the same feature with your lib. 😄 |
Hi @prscX any updates? |
Hi @witalobenicio: I have done a detailed analysis and figured out the root cause of the issues. Basically KeepSafe/TapTargetView provides multiple API in order to show a tour on a specific target.
We are using TapTarget.forBounds API in order to render Tour view for a specific view. Since the views from created and rendered by React, we can't use TapTarget.forView API, we have to use TapTarget.forBounds API only. This can't be fixed in the library as of now. I would recommend to use transparent target only. Thanks |
@prscX Thanks for the explanation. I'll try to use with transparent target...for my purpose I don't think it will fit, but I'll give a try. |
@witalobenicio im having some problems on android as you can see here #78 it seems to be related with your issue, how can i access to your fork to test it on my app ? |
I'm using transparentTarget to show my view above the circle and isn't working.
The text was updated successfully, but these errors were encountered: