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 best solutions below
Related Questions in JAVASCRIPT
- Angular Show All When No Filter Is Supplied
- Why does a function show up as not defined
- I count the time the user takes to solve my quiz using Javascript but I want the same time displayed on another page
- Set "More" "Less" font size
- Using pagination on a table in AngularJS
- How to sort these using Javascript or Jquery Most effectively
- how to fill out the table with next values in array with one button
- State with different subviews
- Ajax jQuery firing multiple time display event for the same result
- Getting and passing MVC Model data to AngularJS controller
- Disable variable in eval
- javascript nested loops waiting for user input
- .hover() seems to overwrite .click()
- How to sort a multi-dimensional array by the second array in descending order?
- How do I find the fonts that are not loading in a CORS situation ( MoovWeb )?
Related Questions in CLIPBOARD
- Add paste item to windows right click menu in c#
- How to programmatically copy asynchronous dependent content to the clipboard following a click?
- Copying text from gvim editor to system clipboard works only once per session
- Prevent single letter deletes to spam clipboard manager
- How do I save data to the clipboard on MacOSX in C
- How to copy Images/files to clipboard in android? Any Alternative methods/steps to get this
- Clipboard.SetText not copying new line characters properly
- Copying to clipboard in vi
- Copy to clipboard like Google Drive does
- How can I put a device-independent bitmap into the Windows clipboard using just direct WinAPI? (No MFC or other wrappers)
- Visual Studio 2013 C++ watch window: arrays copy incorrectly to clipboard
- Copy Tooltip text from RichTextBox instead of Controls.image
- How can i display a toast message in the clipboard copy option click in android
- System.Windows.Forms.Clipboard works on desktop, but does not work on IIS
- Copy text and placeholders, variables to the clipboard
Related Questions in MICROSOFT-EDGE
- Microsoft Edge browser javascript runtime "permission denied" error
- XPath expression using "and" doesn't work in Microsoft Edge?
- How to change homepage by Registry in Edge Browser
- Will Microsoft Edge use prefixes like -webkit- or -ms-?
- Why does Microsoft Edge (formerly Project Spartan) prompt to open this website in Internet Explorer?
- Modal windows aren't responding in Microsoft Edge (Spartan)
- XMLHttpRequest: Network Error 0x80070005, Access is denied on Microsoft Edge (but not IE)
- Microsoft Edge PDF inline issue
- Where does Edge store user's virtualized files?
- ::ms-thumb pseudo element behaviour after dragging
- Will Microsoft Edge and Windows 10 support HTA?
- Communicating between a native app and MS Edge or IE in Enhanced Protected Mode?
- SVG rendering in Microsoft Edge
- Datatables.net excel export size is huge and can't download in IE 11/Edge but can in Chrome
- Delphi: get URL from Edge ver 38+ (all windows 10 updates installed)
Related Questions in ZEROCLIPBOARD
- How to programmatically copy asynchronous dependent content to the clipboard following a click?
- Jquery ZeroClipboard not working
- ZeroClipboard - Uncaught Error: Error: An invalid exception was thrown
- Copy to Clipboard only works after the second click on the button
- ZeroClipboard Multiple buttons with dynamic IDs
- change the copied text by Clipboard.js
- How to use Zeroclipboard
- How can I copy text to the clipboard without flash in HTML5?
- ZeroClipboard gives error
- ZClip - Copying data by alt-clicking on a button
- Cannot implement ZeroClipboard copy to clipboard directive in angular 1.2.3
- ZeroClipboard + angular, multiple instances
- Assistant getting ZeroClipboard to work
- zClip set encoding/type of whats copied to clipboard
- Clipboard copy-paste in JavaScript doesn't work in Edge browser?
Related Questions in CLIPBOARDDATA
- AvalonEdit copy/paste as text
- Browser meta data on paste with evt.clipboardData.getData?
- How not to save passwords and sensitive data in Quicksilver/Alfred clipboard history plugin?
- How to put an image to clipboard in Javascript?
- Clipboard copy-paste in JavaScript doesn't work in Edge browser?
- Copy SYLK formatted text to clipboard from HTA
- How can I properly format text to paste it from C# to Excel?
- Get text from clipboard using GetText - avoid error on empty clipboard
- how to get clipboard data in angular JS
- windows Clipboard to webpage textbox control
- How fancy text generators copy fancy text in clipboard while Clipboard only copies plain text and loses details about text font?
- How to allow webpage to access clipboard data?
- How do I get a list of all data from clipboard history in C#?
- Javascript issue, clipboardData.items and clipboardData.files are empty when pasting an image copied from the Windows clipboard when using Firefox
- Pasting file not work from clipboard on react
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)
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?