I'm using the %code% plugin and I can not break the line in the notification text. I have the following code:
%pre%Does anyone know how to implement this?
I'm using the %code% plugin and I can not break the line in the notification text. I have the following code:
%pre%Does anyone know how to implement this?
Thank you very much for the help, to solve.
There is a commit in which this has been fixed in the cordova-plugin-local-notifications plugin but this commit is not yet in the master. The guy who made the clone cloned the plugin project with his change.
So my solution was to change in package.json to point to its repository in github for now.
this is the repository: link
I'm using the cordova-plugin-local-notifications
plugin and I can not break the line in the notification text. I have the following code:
$cordovaLocalNotification.schedule({
id: options.id,
title: options.title,
text: options.text,
icon:"icon",
data: {
"type":options.type,
"value":object
}
}).then(callback);
Does anyone know how to implement this?
Thank you very much for the help, to solve.
There is a commit in which this has been fixed in the cordova-plugin-local-notifications plugin but this commit is not yet in the master. The guy who made the clone cloned the plugin project with his change.
So my solution was to change in package.json to point to its repository in github for now.
this is the repository: link