Replies: 2 comments
-
Thanks for reporting the issue. Could you please provide some more information about this?
This will help with figuring out how to best address your issue. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@kitcoun Do you have any issues printing to the same printer using print dialog (ctrl+p or print from context menu) from the webview2 app? Also, could you please provide more details regarding framework, SDK and runtime version and operating system. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OtherError will appear when using print method without prompt box. No problem with other methods
Print Settings
CoreWebView2PrintSettings printSettings = null;
printSettings = webView21.CoreWebView2.Environment.CreatePrintSettings();
printSettings.PrinterName = printerName;
return printSettings;
Beta Was this translation helpful? Give feedback.
All reactions