This does give me ythe look of a link, but not a working link. Outside of textext() it works. Is there a way to get a working link in a MetaFun picture?

Thx,

G

  \setupinteraction
    [state=start,
     color=blue,
     style=bold]

\starttext
\goto{works}[url(https://ea.rna.nl/2011/06/05/on-the-use-of-colours-in-archimate/)]
\setupMPpage
  [background=color,
   backgroundcolor=gray]
\startMPpage[instance=doublefun]
draw textext("\goto{doesn’t work}[url(https://ea.rna.nl/2011/06/05/on-the-use-of-colours-in-archimate/)]");
\stopMPpage

\stoptext