Geeksharka Posted June 19, 2015 Posted June 19, 2015 I have completed the setup of a Filemaker kiosk system on an iPad, and it's printing nicely via Wifi to a Brother label printer — but I am unable to prevent the dialog box from showing up on the iPads. In the script steps both the Page Setup and the Print steps have the dialog box disabled. Any ideas? Is this a known issue? How can I prevent the dialog boxes from showing up on the iPad kiosk? Filemaker Server 14, Filemaker Go 14 Thanks!
bcooney Posted June 20, 2015 Posted June 20, 2015 It is not possible to disable the Print dialog on iOS. https://fmhelp.filemaker.com/docs/14/en/fmgo14_development.pdf page 13. 1
Sky Willmott Posted June 20, 2015 Posted June 20, 2015 One way to have zero dialog printing from FMGo that I have used in the past is to use Insert from URL script step to trigger a php script that ultimately uses Google Cloud Print to print... You can create PDF using FMGo, insert it into a container, base64 encode it, POST using Insert from URL, to your php script which then decodes back to PDF and sends to Google Cloud Print.... There's a brief outline of the method anyway.... Might be worth exploring further for your requirements... Only problem sometimes was a delay at Google Cloud Print queue, but mostly was very fast.... 2
Geeksharka Posted June 22, 2015 Author Posted June 22, 2015 Thank you all -- you are all correct. Turns out iOS print dialog boxes cannot be suppressed. So, now I have set up a small PrintJobs table in the Filemaker solution itself, which is constantly checked by a Cron script on the server, and the jobs are printed directly from the server instead of the iOS devices. Hopefully the entire iOS and Filemaker Go experience will become more robust as time goes by, as more and more of my clients are looking to have their teams work on iPads instead of Macs or PCs.
Recommended Posts
This topic is 3697 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now