compose-rich-editor
compose-rich-editor copied to clipboard
Support callbacks for URLs
There needs to some sort of callback especially for links so that if users click on links we can trigger those callbacks to either open a browser or any app of choice Currently when you add a link it just gets added as another block of text with a blue colour
Thanks for your feedback.
I'll add a callback for links, but now it opens the link in the browser if you use a RichText
, but for the editor it doesn't make to make the link clickable, that's how it works for the most rich text editors.
Thanks for your feedback. I'll add a callback for links, but now it opens the link in the browser if you use a
RichText
, but for the editor it doesn't make to make the link clickable, that's how it works for the most rich text editors.
Hey, on Desktop it doesn't open it in the Browser
I'm using Compose LocalUriHandler
for opening the URL in the browser. Make sure that you have a default browser. Also, you should see the error in the logs if there's something wrong with opening the URL.
Hmm okay, it's probably an issue with my machine then.