Ionic Local Notification(katzer) background to foreground

Hi everyone! First sorry for my bad English.

I’m new on Ionic/Cordova and I’m trying to pass my app from background to foreground when local notification trigger. I’m using the Katzer API (https://github.com/katzer/cordova-plugin-local-notifications), and I want to show a view (skype style incoming call) for stop or postpone a notification. The API works perfect, but I need a method or something in order to call the postpone screen even when the screen is locked.

cordova.plugins.notification.local.on(‘trigger’, function (notification) {
alert(“triggered”);
}

Any idea?

Thanks in advance.