microsoft/xlang

Toast Notification without online image

hgeunkim opened this issue · 2 comments

If I use <image src="http://[url]"/>
it missed the image on the notification
But, when I use <image src="file:///[local_path]"/>
it shows up.

I tested the same xml on Notification Visualizer, and it works correctly.
So, it seems like own issue of PyWinRT.

Ref:
https://stackoverflow.com/questions/68255522/notification-pops-up-without-image-python-winrt

dlech commented

This isn't an issue with PyWinRT. See https://stackoverflow.com/questions/68255522/notification-pops-up-without-image-python-winrt#comment126201213_68256747 for explanation.

Also, FYI, I've created a community fork of the winrt packaged called winsdk that includes many fixes and improvements since the xlang repo is not being actively maintained.

@dlech Sorry for hasty comment. I will try local image.