Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

navigator.clipboard.writeText does not work in Live Preview

New Here ,
Feb 24, 2025 Feb 24, 2025

Copy link to clipboard

Copied

I have a button that copies the content of a caption to clipboard with the below code. 

const element = document.getElementById("txtCaption");

let text = element.getAttribute("aria-label");

alert(text);

navigator.clipboard.writeText(text);

 

This works fines in project preview but does not work in Live Preview and poublished output. The issue is with the last line. Can anyony help please?  

TOPICS
Scripting

Views

36
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation