-
Notifications
You must be signed in to change notification settings - Fork 141
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
InAppMessages continues to be displayed after clicking on it #398
Comments
@renehw Seems that it is related to native SDK. |
Same problem here. Do we have a solution for this? I can't dismiss the message on swiping, just when I click on the message. |
Screen.Recording.2024-10-23.at.4.09.15.PM.movExpected behavior: Message is dismissed when swiping left or right. Actual behavior: Message cannot be dismissed unless you click on it. |
intercom_flutter: 9.0.9 |
@deepak786 This issue still persists, at least on Android. It seems that when multiple in-app messages are stacked, the messages become unclickable, and only the Flutter app elements in the background can be interacted with. The strange part is that I couldn’t find any similar reports in the SDK documentation or issues. At this point, I’m unsure how this could be resolved. 🤔 Currently using the latest version 9.2.1 and also the latest version of the SDK. |
@mohkoma What is your MainActivity in Android extending from? FlutterActivity? or FlutterFragmentActivity? |
@deepak786 Thank you! that solved it, surprisingly how I missed that 😄 |
I'm using FlutterFragmentActivity and the problem still persist to me. |
I noticed that when the message is displayed within the app regarding the intercom chat, when clicking on it and returning to the app, in some cases the notification at the bottom of the app continues to be displayed, could this problem be linked to the SDK? I verified that this occurs on iOS and Android.
The text was updated successfully, but these errors were encountered: