Gábor
Gábor
This is the Ubuntu printer test page of a HP LaserJet P1005 as a test file to try the modified program on: [hpp1005.zip](https://github.com/koenkooi/foo2zjs/files/8984450/hpp1005.zip)
I only use it on Android so I can't really tell.
@joeyw7 I tried to add it to my fork (https://github.com/deakjahn/ping_discover_network) but the package would need some refactoring to work well with the new Android embedding. I can't test on iOS,...
@Mradr: They're on NuGet (including wrappers for .NET), you just have to include them in your project if you use a compatible IDE. Ready to use, no need to compile.
I second that. A print that works flawlessly on Android just did the same for me on iOS (simulator, I don't have a real device). The print preview page appears...
Does this mean you identified the problem? Could you describe it shortly? Oh, I can see your next comment. I'm on my phone now. I'll try as soon as I...
I can confirm that `dynamicLayout: false` solves the immediate problem. Still, the PR is most welcome, of course. :-)
Well, I'll try later today. Quite a lot of channel communication needed. 😀
Thinking about it more, not that easy. A client running with `printing` isn't enough. We need a **print service** that uses this extra setting and I can't simply present an...
Basically, to give a bit of a background, when you do the same you do directly on Android, you also have the [`onLayout` callback.](https://developer.android.com/reference/android/print/PrintDocumentAdapter#onLayout) This gets passed the `PrintAttributes`. You...