Monday, 3 April 2017

Allow silent print to webview in electron

I have a web app that I use electron to connect to it. The app is displayed in a webview inside electron, and it has to do silent print: inside the app I am using window.print(). Unfortunatly every time I click in the print button inside the app it brings to me the system dialogue print.

Is there any solution to achieve this behaviour in a webview in electron?

I am using ubuntu 16.04.



via zied hajsalah

No comments:

Post a Comment