How to share user-generated text (with line breaks) to social media.

Hi @beau77bro ,

It is a known “problem” in the macOS with Wix’s copyToClipboard() function.

You can consider to use wix-window module to postMessage() to parent, then your custom code (under Wix dashboard) receive the data and run copyToClipboard() without Wix’s module.

This might override the limit of Wix, so custom code (not inside Velo) should solve the issue.

Certified Code