You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/09/26 14:53:04 UTC

[GitHub] khaledosman opened a new issue #108: Title is cut off for long titles on android

khaledosman opened a new issue #108: Title is cut off for long titles on android
URL: https://github.com/apache/cordova-plugin-dialogs/issues/108
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org