Download does not work in chrome for jspdf -


var string = doc.output('datauristring');  var iframe = "<iframe width='100%' height='100%' src='" + string + "'></iframe>"  var x = window.open(); x.document.open(); x.document.write(iframe); x.document.close(); 

i have used code google has removed top frame navigation. output fine on click of download button nothing. works fine in firefox tho.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -