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
As user
It is sometimes little annoying to focus finger on close icon.
User have to press X (cancel) icon in top right corner.
Enable tap on blurred background to dismiss in app message.
Feel free to close issue if it is expected wanted behavior.
The text was updated successfully, but these errors were encountered:
Hi @peruginni,
This behavior is configurable via the enableDismissModalOnOutsideTap property.
enableDismissModalOnOutsideTap
e.g.:
[Appboy sharedInstance].inAppMessageController.enableDismissModalOnOutsideTap = YES;
Sorry, something went wrong.
Aha! Thanks for pointing out the property. I didn't noticed it before. 🎉
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: