ShowCaseView
ShowCaseView copied to clipboard
Dismiss when clicked on area other than the targetView & messageView
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 |
@mreram Please review this. I would like to do this.