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
We were considering rewriting our app from Electron to Tauri, but we encountered a problem with printing.
Our app relies on print-js library to print part of the page, which makes a copy of the content to an iframe, however it never starts printing.
Printing using window.print() works fine, but iframe.contentWindow.print() does not, it is not doing anything.
Describe the bug
We were considering rewriting our app from Electron to Tauri, but we encountered a problem with printing.
Our app relies on print-js library to print part of the page, which makes a copy of the content to an iframe, however it never starts printing.
Printing using window.print() works fine, but iframe.contentWindow.print() does not, it is not doing anything.
Reproduction
No response
Expected behavior
No response
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: