openInNewTab

fun <Error class: unknown class>.openInNewTab(): Boolean

Opens this document in a new browser tab using the browser's own PDF viewer (PDFium in Chrome/Edge, PDF.js inside Firefox, Apple's viewer in Safari) — zoom, search, print, and download come for free, which is why PdfKmp ships no embedded viewer for the web target.

Pop-up blockers may suppress the tab unless this is called from a user gesture (e.g. a click handler). Fall back to com.conamobile.pdfkmp.storage.save (a download) when the tab fails to open.

Return

true when the browser opened the tab, false when a pop-up blocker (or a non-browser host) prevented it.