Appboy / appboy-ios-sdk

Public repo for the Braze iOS SDK
https://www.braze.com
Other
164 stars 142 forks source link

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

Closed peruginni closed 2 years ago

peruginni commented 2 years ago

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 commented 2 years ago

Hi @peruginni,

This behavior is configurable via the enableDismissModalOnOutsideTap property.

e.g.:

[Appboy sharedInstance].inAppMessageController.enableDismissModalOnOutsideTap = YES;
peruginni commented 2 years ago

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