Has anyone else used application.setClipboardContent() in TiNG and/or Servoy 2025.6? This works in the developer but not when deployed to Tomcat.
function copyEmail(event) {
if (email) {
application.setClipboardContent(email);
scopes.jtsutil.showToaster('info','Email Address copied to clipboard','',false);
} else {
scopes.jtsutil.showToaster('warning','Email Address empty, nothing copied to clipboard','',false);
}
}
Browser console:
Servoy log: