You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if any behavior has changed in browsers, but I started having this display problem recently and in Safari browser it is not working. if anyone can help me.
const doc = new jsPDF({ orientation: "landscape" })
I don't know if any behavior has changed in browsers, but I started having this display problem recently and in Safari browser it is not working. if anyone can help me.
const doc = new jsPDF({ orientation: "landscape" })
const pdfBlob = doc.output("bloburl")
window.open(pdfBlob, "_blank")
This example is for the Chrome browser, I'm using dev, but I've already tested it in Prod using https
The text was updated successfully, but these errors were encountered: