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

Sequential balloons with ability to go back and forth, and to show more then one View as highlighted #377

Closed
chaimgross opened this issue Oct 26, 2022 · 2 comments
Assignees

Comments

@chaimgross
Copy link

As a developer I would like to be able to use the lib to display an intro for the app first user, where I highlight different parts of home page. I would like to seamlessly go between highlighting different components (without showing the Home Screen in between highlights) and would like the ability for user to go back to previous balloon. I also would like the ability to highlight multiple components simultaneously.
I tried managing myself and not using the relay (because with relay can't highlight more then one item, and can't go back), but between dismissing one ballon and showing next the Home Screen flashes and does not look good.
Any ideas or recommendations would be appreciated.

@skydoves
Copy link
Owner

Hey, @chaimgross. I'm so sorry for the delayed response. In the next release, you'll able to use a very nice relay function with Coroutines like the example below:

balloon.awaitAlignTop(anchor)
balloon.awaitAlignBottom(anchor)
..

Thank you for filing this issue!

@skydoves skydoves self-assigned this Aug 31, 2023
@skydoves skydoves added the Release Next This feature will be released on next version label Aug 31, 2023
@skydoves
Copy link
Owner

The new version 1.6.0 has been released, and you'll be able to achieve this by using await__ methods. Thanks for reporting this issue!

@skydoves skydoves removed the Release Next This feature will be released on next version label Sep 16, 2023
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

2 participants