sjwall / MaterialTapTargetPrompt

⛔️ DEPRECATED Material Design tap target for Android. https://sjwall.github.io/MaterialTapTargetPrompt/
Apache License 2.0
1.52k stars 211 forks source link

Tap Target + PopupWindow #62

Closed NiranjanShah closed 2 years ago

NiranjanShah commented 7 years ago

Tap Target does not work on PopupWindow. it is not able to find the target

sjwall commented 7 years ago

Due to the way that the library works it is currently not compatible with PopupWindow. To get the prompt to work with PopupWindow it needs to be one its self so that it renders above it. I am looking at the possibility of changing the library so that the prompt extends PopupWindow and is then displayed above the targeted PopupWindow (4e7dcc772c77db3e6cb9a8d8746f4de58639602b).

bagintz commented 6 years ago

@sjwall Would that also fix it with a DialogFragment?

bagintz commented 6 years ago

android.support.v4.app.DialogFragment to be specific