Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding links into toast #55

Closed
julioz2 opened this issue Oct 19, 2017 · 3 comments
Closed

Adding links into toast #55

julioz2 opened this issue Oct 19, 2017 · 3 comments

Comments

@julioz2
Copy link

julioz2 commented Oct 19, 2017

Hi.
Thanks for this wonderful plugin!

Is it possible to add links or any XAML code inside the toast?

Thanks.
Giulio

@b-mi
Copy link
Contributor

b-mi commented Oct 19, 2017

Hi, I need something like this too, and I have in progress ability to add action buttons into message. Every message can have his own action buttons with custom click events. It looke like this:
https://i.imgur.com/3dTS030.png

@rafallopatka
Copy link
Owner

Hi,

By design you can achieve this creating custom notifications, where you can put anything you want, it's quite simple - it's a user control with your own xaml

Here are some details:
https://github.com/raflop/ToastNotifications/blob/master-v2/Docs/CustomNotificatios.md

@b-mi if you have some reusable solution already and if you would like to share it, we could create separate nuget fot it, just like ToastNotifications.Messages.

I don't wan't to put everything to single lib, because not everyone use all features, and its easier to maintain when it's small.

Best regards

@b-mi
Copy link
Contributor

b-mi commented Oct 19, 2017

My solution for action buttons is based on MessageOptions extension. So, if MessageOptions property is not set, action button are not used. Then, I probably add functionality for MaxHeight of Message, and allow scroll content of message if it is large..... If someone will need it, I can share.

Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants