You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I modified the example file in particular in the text response action "_showNotificationWithTextAction" by adding "cancelNotification: false" in order that the notification remains even following the response.
The effect is that upon clicking on sending the test message a perpetual loader.
flutter_local_notification_text_input_bug.mp4
To Reproduce
Change the method _showNotificationWithTextAction in the example code like this
I tried to reproduce this onn the Android emulator. Yet to try on my Pixel device as I won't get to do so until later but expect to run into same behaviour.
Scenario 1: when cancelNotification is left to the default of true. The notification remains on screen and shows what was entered. I'm not sure if you saw the same behaviour but if you did, it seems to align with what you actually want. There may be a gap in documentation on this specific combination
Screen_recording_20250212_231908.webm
Scenario 2: when I set it to cancelNotification to false as mentioned in the original post, the loader showed up but then disappeared. Based on this, it looks like a device-specific issue and if so, not much else the plugin can do
Describe the bug
I modified the example file in particular in the text response action "_showNotificationWithTextAction" by adding "cancelNotification: false" in order that the notification remains even following the response.
The effect is that upon clicking on sending the test message a perpetual loader.
flutter_local_notification_text_input_bug.mp4
To Reproduce
Change the method _showNotificationWithTextAction in the example code like this
Launch the example app --> click on the "Show notification with text action" button --> respond to the notification and send
Expected behavior
The expected behavior is that the message is sent and the notification remains present
The text was updated successfully, but these errors were encountered: