jquery - Copy to clipboard not working in IE 11 -



jquery - Copy to clipboard not working in IE 11 -

for re-create text clipboard in mvc have utilize zeroclipboard.swf , jquery.zclip.js

<script> $("#buttoncopylink").zclip({ path: "/content/zeroclipboard.swf", copy: function () { homecoming $('input#copylinktext').val(); } }); </script>

this working without issue in browsers not in ie 11. please provide solution prepare issue..

try updating version of flash. had same problem - worked me in chrome failed in ie11. went site:

http://www.adobe.com/software/flash/about/

and saw in chrome running v14 in ie11:

you have version 11,4,402,287 installed

after upgrading flash in ie11, page reported:

you have version 14,0,0,145 installed

and zeroclipboard worked me. able verify on demo page: http://zeroclipboard.org.

jquery copy clipboard zeroclipboard

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

ruby on rails - Devise Logout Error in RoR -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -