___ ___ erkimt add breaking lines in Ionic cordovaLocalNotification.schedule notifications $ [closed] ______ qstntxt ___

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?

    
______ azszpr164658 ___

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

    
___

1

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?

    
asked by anonymous 09.11.2016 / 18:45

1 answer

0

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

    
10.11.2016 / 15:17