LocalNotifications IOS/Android action buttons

Hi everyone,

  1. I’m working with Capacitor 4 and Ionic 6 and creating and app for iOS and Android. I’m using Capacitor’s LocalNotifications. I have a question regarding notification’s action buttons. Is it always necessary to long press on a notification on iOS in order to see the action buttons? If not, how should it be implemented so the action buttons would be visible from the get go?

  2. Is it possible to customise how the action buttons look on Android phones? Like their size, layout and so on. If so, how should it be implemented?

Thank you!