Skip to content
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

Get next target on full screen tap #59

Closed
saveKenny opened this issue Mar 9, 2021 · 8 comments
Closed

Get next target on full screen tap #59

saveKenny opened this issue Mar 9, 2021 · 8 comments

Comments

@saveKenny
Copy link

I think tutorial_coach_mark is a great tool, the best out there. My problem is that I can get the next target only if I'm pressing on a free space on the screen.

In my case I have many texts on the tutorial, so users are very struggling to next each target.

Is there a way to tell the TutorialCoachMark to go the next target? So users will be able to tap on the entire screen in order to get the next target.

Thanks!

@jain-aayush1123
Copy link

I am also facing the same issue. Did u find a workaround?

@saveKenny
Copy link
Author

I am also facing the same issue. Did u find a workaround?

Nothing so far 😕

@patelnirav48
Copy link

Set enableOverlayTab: true in your TargetContent it will allow you to move to next target by clicking on whole screen overlay

@RafaelBarbosatec
Copy link
Owner

Hi @saveKenny !
Exactly what @patelnirav48 mentioned

@saveKenny
Copy link
Author

saveKenny commented Jun 9, 2021

Hey @patelnirav48 @RafaelBarbosatec, That's just not true. I cannot press a screen with widgets. Try to tap on widgets to get the next screen (text, image).

If it does work, what is your version?

@RafaelBarbosatec
Copy link
Owner

I will check again.

@RafaelBarbosatec
Copy link
Owner

RafaelBarbosatec commented Jun 9, 2021

Hi @saveKenny !
What must be happening is that you are clicking on the widget that you put to display above the overlay.
To solve this, add an IgnorePoint above the widget you pass in TargetContent.
And don’t forget enableOverlayTab: true in TargetFocus

@saveKenny
Copy link
Author

Hi @saveKenny !
What must be happening is that you are clicking on the widget that you put to display above the overlay.
To solve this, add an IgnorePoint above the widget you pass in TargetContent.
And don’t forget enableOverlayTab: true in TargetFocus

Solved my issue! Thanks @RafaelBarbosatec !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants