Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printing #10

Closed
ladiver opened this issue Dec 11, 2014 · 7 comments · Fixed by #208
Closed

Printing #10

ladiver opened this issue Dec 11, 2014 · 7 comments · Fixed by #208

Comments

@ladiver
Copy link

ladiver commented Dec 11, 2014

Is there anyway to allow printing from kiosk? I have set up Google Cloud Print and it is working. Just wondering if there was a way to use that same printer in Kiosk mode. If not, what about a direct connected printer?

We will be using the HP Chromebox with Kiosk, but I need the ability to print from a webpage.

Thanks,

Jeff

@matt-cook
Copy link
Member

It should be possible using window.print(); Although, it's possible it may require a flag to print silently or additional permissions set in the kiosk app manifest, or chromebox management console. Have you done any testing?

@ladiver
Copy link
Author

ladiver commented Dec 12, 2014

Thanks for the quick response. I have not done any testing on the kiosk app. I just got the chromebox and have been playing around with the hardware and chrome OS. I only installed the kiosk app and liked what I saw.

I noticed that the hot keys to print, or the right click to print do not work in Kiosk. I am not using a Chrome OS keyboard (that comes in today), so I do not know if there is a key that can be programmed for print.

I will dig deeper into the app and see what I can find.

Thanks,

Jeff

@matt-cook
Copy link
Member

@sunnykoundal:

I am using Kiosk app of chrome and printing is not working in that.
but on other hand if I manually create a kiosk in chrome by changing in property of chrome by adding

--kiosk --kiosk-printing --enable-print-preview "http://localhost:55573/"
into target under shortcut tab.

Its working fine for me.

@sunnykoundal
Copy link

@matt-cook
Thanks to draw me here, Actually I already visited this link. I am using same window.print(); in my application, but no luck in kiosk app. I am able to do in chrome by manually change in properties as I mentioned in my thread #152. I hope you understand my issue.

@matt-cook
Copy link
Member

Request by a user via email on March 15, 2017.

@pvhung1
Copy link

pvhung1 commented Mar 22, 2017

Hi, I'try added windows.print() but it can not show webview after read URL , it show only html page.

@matt-cook
Copy link
Member

Unfortunately, silent printing doesn't seem to be possible on all platforms. However, optionally printing via CTRL+P and the standard dialog will be available in version 5.11.0: #10

This was referenced Mar 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants