MaikuB / flutter_local_notifications

A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
2.45k stars 1.39k forks source link

Android and IOS notification behaviour is different #2402

Open gdhananjay opened 3 weeks ago

gdhananjay commented 3 weeks ago

Notification actions: My need is notification for calling app in flutter , where call notification comes as notification with accept and decline button.

In android it looks good, but problem is with IOS , by default i have to pull down (swipe down) the notification to see notification actions, and no way to give custom look for accept and decline button. I run your sample example app. Notification actions looks different in android and in ios.

Below are screenshot when i click on show "notification with plain actions"

Android:

image

IOS:

image
  1. UI should look same
  2. Why i need to pull down (swipe down) on IOS notification. (because of this i cannot add calling notification which has accept and decline buttons)

Regards, Dhananjay.