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

[Feature]: Modal In-app message could be dismissed also by tapping on blurred background #342

Closed
peruginni opened this issue May 18, 2022 · 2 comments

Comments

@peruginni
Copy link

What problem are you facing?

As user

It is sometimes little annoying to focus finger on close icon.

Workarounds

User have to press X (cancel) icon in top right corner.

Ideal Solution

Enable tap on blurred background to dismiss in app message.

Other Information

Feel free to close issue if it is expected wanted behavior.

@lowip
Copy link
Member

lowip commented May 19, 2022

Hi @peruginni,

This behavior is configurable via the enableDismissModalOnOutsideTap property.

e.g.:

[Appboy sharedInstance].inAppMessageController.enableDismissModalOnOutsideTap = YES;

@lowip lowip closed this as completed May 19, 2022
@peruginni
Copy link
Author

Aha! Thanks for pointing out the property. I didn't noticed it before. 🎉

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

No branches or pull requests

2 participants