I’ve been developing a Tizen web application for wearable devices that need to show notifications to users from time to time. using Notification API (Web App on Tizen OS version 4.0) it seems impossible to add custom buttons to a notification.
Do you have any suggestions/workarounds?
P.S. it seems possible to do so with Native API (C language), but I need to get it done in Web App API (Javascript) if possible.