Lock screen Button

Hello,

I need to have a button on the lock screen that executes a function when pushed.

Is it possble to have this with Ionic ?

Thank you

The only known way is I think if you are using push notifications. So if you tap on the notification you can execute an event when the app is being opend.

As example this one here from Firebase notifications:

Thank you i’ll try to develop this solution.

Another option: is it possible to prevent the phone from asking the lock password after the phone went in sleep mode ?

Hi @bbarascou did you find any solution?