SOLUTION!
I added this line and it now works:
document.querySelector(“button”).addEventListener(“click”, () => Tone.context._context.resume());
seems like you can call the Tone.context._context.resume() from e.q. touchStarted() or mouseClicked() instead if you like