MrWize
Results
2
comments of
MrWize
I have same things. But i have an error on logcat (AndroidStudio - device : Samsung A50 on Android 11) : ``` I/chromium: [INFO:CONSOLE(2153)] "click on actions NOTIF YES =>...
Ok i found the problem : need to put a **launch** parameter to **true** ! :) ``` actions: [ { id: "action-yes", title: "Yes", launch: true }, { id: "action-no",...