TapTargetView icon indicating copy to clipboard operation
TapTargetView copied to clipboard

I'm using Tabfragments with navigation drawer

Open Hararot opened this issue 6 years ago • 1 comments

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

Hararot avatar Oct 16 '18 08:10 Hararot

Hi!, did you find the solution? :(

Nojipiz avatar Jun 25 '22 23:06 Nojipiz