Windows Phone Toast Notification with multiple lines -


i working on toast notification app windows phone 8.

i able receive toast notification single line of data includes title , whatever content can displayed on single line.

but goes beyond scope of first line not displayed in notification.

i know character limit toast notifications around 40 chars , keeping length of text below limit.

i have tried including '\n' sequence new line. makes no difference.

can please me display toast notification in multiple lines?

thanks!

you can't display multi-line toast notification meant short. can, however, display more information once user taps on notification.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -