I am aware of the fact that Clipboard API is currently not supported by edge browser. I am using document.execCommand() to do copy & paste. The copy functionality works fine. But the paste doesn't work. I am using a custom context menu to achieve copy and paste. Previouly I made use of Clipboard API for the functions, it was working flawlessly until Edge came up. I heard Clipboard API will be added in next Edge release. I even checked Zero clipboard from GitHub. But didn't get an appropriate way to implement "Paste" functionality. I just want to know is there any alternate way to achieve the same or by using ZeroClipboard.
Clipboard copy-paste in JavaScript doesn't work in Edge browser?
1.7k views Asked by Rahul S At
0
There are 0 answers
Related Questions in JAVASCRIPT
- Using Puppeteer to scrape a public API only when the data changes
- inline SVG text (js)
- An array of images and a for loop display the buttons. How to assign each button to open its own block by name?
- Storing the preferred font-size in localStorage
- Simple movie API request not showing up in the console log
- Authenticate Flask rest API
- Deploying sveltekit app with gunjs on vercel throws cannot find module './lib/text-encoding'
- How to request administrator rights?
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- In Datatables, start value resets to 0, when column sorting
- How do I link two models in mongoose?
- parameter values only being sent to certain columns in google sheet?
- Run main several times of wasm in browser
- Variable inside a Variable, not updating
Related Questions in CLIPBOARD
- Copy Text converted using TTf fonts to clipboard
- How to copy a dataframe to the clipboard such that when pasted, the ouptut is the same as when copying manually from the console of RStudio?
- Does the Excel desktop client have a DOM Document, and how do I get to it?
- Why Electron.js Clipboard returns the same image twice while doing clipboard.readImage()?
- Get keys pressed with Clipboard event in Javascript?
- how to make clipboard with Paragraphs of text in using daisyui?
- how to use MDM Clipboard API with http requests JS
- HTML id with javascript to trigger a write to clipboard
- Alternate solution for the deprecated execCommand when copying a rich-text from the displayed HTML
- Trying to create a "copy" button for my website, isn't working
- How to copy images and text to clipboard at the same time
- How to remove the ASCII nul at the end of clipr::wirte_clip?
- Firefox: navigator.clipboard.readText is not a function
- Modify clipboard in paste event and paste new text
- Copy paste over Citrix loses formatting
Related Questions in MICROSOFT-EDGE
- couldn't sign in visual studio code
- Could not start a new session. Response code 500
- C# --headless print-to-pdf with Microsoft edge(chromium) won't work using ProcessStartInfo
- Building a web application for microsoft edge sidebar
- How to access Microsoft Edge browser and login into website via VBA
- Testcases failing in azure pipeline giving error edge driver exception
- Have values for edge driver changed
- DevTools not evaluating `$0` eagerly
- Native Messaging "Specified native messaging host not found" debugging
- @angular/cdk drag and drop dropzone likes to be outside of the original position when dropping in chrome browser but works fine in edge
- Start MS-Edge from command with save-as enabled
- img tag not loading dynamic image url in different browser except chrome
- How to restore the Microsoft extension user data to another pc?
- chrome.downloads.download on MS Edge: windows update this week added a bug. Work-around?
- Several issues with scroll snap in HTML/CSS
Related Questions in ZEROCLIPBOARD
- Boostrap 3 clipboard and tooltip with dynamic ID
- Zeroclipboard-rails not working but no error
- Clipboard copy-paste in JavaScript doesn't work in Edge browser?
- Zeroclipboard is report as a accessibility issue
- change the copied text by Clipboard.js
- How to overwrite clipboard every five seconds?
- Why does ZeroClipboard only copy first word of sentence?
- ZeroClipboard - Add to values before copying
- Zeroclipboard not copying on first Click
- Hiding the Flash object for ZeroClipboard link?
- Zeroclipboard: Copy to clipboard the data returned by the server
- ZeroClipboard's transparent .swf showing as opaque white box in IE10?
- How to copy using clipboard.js with dynamic content and triggers
- ZeroClipboard issue
- How to copy a div's content with clipboard.js or zeroclipboard?
Related Questions in CLIPBOARDDATA
- How fancy text generators copy fancy text in clipboard while Clipboard only copies plain text and loses details about text font?
- React Native: Access to Clipboard History
- How to lock access to the clipboard programmatically?
- How to copy the contents of clipboard handle in c++ on windows?
- C++ Clipboard entries keep overwriting instead of having separate entries
- How do I get clipboard image data with Python?
- Need clipboard change listener for mac os using java
- First steps with MV3: reading the clipboard and editing the contextMenu
- Save any Clipboard content and reload it?
- Get Clipboard History in Python (win + v)
- How can I select an element's content and copy it to clipboard?
- How can I set hotkey for Windows Context Menu item?
- How to paste clipboard value into a specific ComboBox on a UserForm?
- Replacement for document.execCommand for pasting plain text
- How can I output data from the clipboard in a FormArray in a table?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)