We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.0.3
9.0
iPhone 5s
Add an alert with new window and set shouldDismissOnTapOutside to YES.
shouldDismissOnTapOutside
YES
Tap outside should disappear the alert but tap title or circle shouldn't disappear it.
Tap anywhere will disappear the alert include circle image, title label ...
Maybe you could add touchEvent rather than tapGesture when using new window. And figure out if the position of touch is inside/outside the alert view.
The text was updated successfully, but these errors were encountered:
Having the same issue with SCLAlertView version: 1.0.5. The alert is dismissed if the user accidentally taps on it (e.g. misses a button).
Sorry, something went wrong.
I have the same issue.
Fix tap inside the alert will dismiss the alert when using new window…
6e38c69
… and shouldDissmissOnTapOutside=YES #211
@JackyZh @mmahkamov @Connerli Please update to 1.1.2
@dogo Resolved, thank you.
No branches or pull requests
Include the following:
1.0.3
9.0
iPhone 5s
Reproduction Steps
Add an alert with new window and set
shouldDismissOnTapOutside
toYES
.Expected Result
Tap outside should disappear the alert but tap title or circle shouldn't disappear it.
Actual Result
Tap anywhere will disappear the alert include circle image, title label ...
Tell us what could be improved:
Maybe you could add touchEvent rather than tapGesture when using new window. And figure out if the position of touch is inside/outside the alert view.
The text was updated successfully, but these errors were encountered: