I use in angular 1.6.6 in a controller the call
$window.print();
Its does work with ie, firefox and chrome but its does not work with firefox quantum at an lenovo tablet.
- Has firefox quantum removed the print function?
- Could firefox quantum only print via addons?
- Is the
$window.print()
no standard print function? - Is there a setting of firefox quantum which i have to enable?
Thanks for answers.
Update:
- Does work means: print dialog popup.
- Does not work means: No dialog popup, no share to printer dialog opened - the print is not going on for the user.
- test with chrome and firefox quantum was at lenovo tablet with android
- test with ie and firefox was at window 7 desktop
Hint:
A print css via @media print
is present.