Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8774071
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:28:04+00:00 2026-06-13T18:28:04+00:00

I have wrote the following code: function copy() { if(window.clipboardData) { window.clipboardData.clearData(); window.clipboardData.setData(Text, document.getElementById(‘txtacpy’).value);

  • 0

I have wrote the following code:

function copy() {
  if(window.clipboardData) {
    window.clipboardData.clearData();
    window.clipboardData.setData("Text", document.getElementById('txtacpy').value);
  } 
}

function paste() {
  if(window.clipboardData) {   
    document.getElementById('txtapaste').value = window.clipboardData.getData("Text");
  } 
}

When CodeMirror editor is focused I call:

paste();

But nothing happens! Browser is Mobile Safari. How to fix the issue?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T18:28:05+00:00Added an answer on June 13, 2026 at 6:28 pm

    This functionality is not supported in most browsers because of security issues without allowing a web page to have access to your clipboard. This is not only Mobile Safari. You won’t find it supported in most browsers (like Chrome or Firefox).

    Some people use a Flash work-around called zClip/ZeroClipboard that does allow copying to the clipboard, but only from a direct user click on the Flash object. This is obviously not an option in mobile safari.

    If you are only trying to move data around within your page, then you don’t have to use the system clipboard to do that – you can create your own holding area for the data (a javascript variable) and put the data there upon Copy and retrieve it from there upon Paste. Then, you use normal DOM functions (not copy/paste functions) to get the data from a field or to put the data into a field.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wrote the following loop since I have to repeat the same/similar code 25
I have wrote the following code to run the onbeforeunload within unload. However, this
I have the following php code which I found here : function download_xml() {
I have the following code: function mmh_links($message){ ini_set('auto_detect_line_endings','1'); $row = 1; if (($handle =
I have wrote the following code to get the offset of a tuple element
I have the following code : function createImage(source) { var pastedImage = new Image();
Let's say I have the following code, file1 = open(myfile,w) #Write to file1... #Open
I have an interesting problem. I wrote the following perl script to recursively loop
I have the following problem. I wrote a query to get the date of
I have to write a biginteger into a text file using the following statement.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.