TapTargetView
TapTargetView copied to clipboard
I'm using Tabfragments with navigation drawer
I'm using this from a fragment I tried to target a view but it dos not work
final View mView = inflater.inflate(R.layout.tab1_content1, container, false); TapTargetView.showFor(mView, TapTarget.forView(mView.findViewById(R.id.checkHomeBroadband), "This is a target", "We have the best targets, believe me")
when I tried to use getActivity()
the target dos not go where the button that I want it to go to,It gos to the main activity view in this case it is the navigation drawer I think
here is a Screenshot:
https://ibb.co/kMQAAf
I want it to target my button how to do that ? please help BTW thank you for this great library
Originally posted by @Hararot in https://github.com/KeepSafe/TapTargetView/issues/229#issuecomment-430142459
Hi!, did you find the solution? :(