You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
The outside dismiss type dismisses the ShowCaseView when clicked on region outside the messageView. This means that if the user clicks on the targetView too, the ShowCaseView will disappear.
Issue: For editTexts we might want the guideView to remain while the user is typing and when he has completed typing, he can maybe click on a button provided in the messageView.
Solution: Can include a fourth type of dismiss:
Type
Description
outsideMessageAndTarget
Dismissing with click on outside of MessageView and TargetView
The text was updated successfully, but these errors were encountered:
gargVader
changed the title
Dismiss when clicked on area other than the targetView/messageView
Dismiss when clicked on area other than the targetView & messageView
Aug 18, 2021
The
outside
dismiss type dismisses the ShowCaseView when clicked on region outside the messageView. This means that if the user clicks on the targetView too, the ShowCaseView will disappear.Issue: For editTexts we might want the guideView to remain while the user is typing and when he has completed typing, he can maybe click on a button provided in the messageView.
Solution: Can include a fourth type of dismiss:
The text was updated successfully, but these errors were encountered: