-
I created a custom image source (ie: a class derived from I used to register it using What is the correct way to register it ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@softlion you should be able to do it by registering your ImageSourceHandler as a service. Here's how maui does it |
Beta Was this translation helpful? Give feedback.
-
Hi @softlion, Have you find a way to register the ImageSourceHandler? Stuck at the same issue... |
Beta Was this translation helpful? Give feedback.
@softlion you should be able to do it by registering your ImageSourceHandler as a service. Here's how maui does it