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
Post a Comment