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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -