I have a function that is using the plugin as follows:
```
navigator.notification.alert(
message, // message
() => {}, // callback
header, // title
'Ok' // buttonName
)
```
This works fine on iOS, however on Android when the header is big it doesn't
split the text in new lines and shows '...' instead, I tried manually adding
'\n' in the string, but its still showing ... instead of the full header
message.
[ Full content available at:
https://github.com/apache/cordova-plugin-dialogs/issues/108 ]
This message was relayed via gitbox.apache.org for [email protected]