Hey all,
I’m creating an app which will be served in both desktop and mobile browsers. On desktop, a print option is to be offered. Is it hard to implement such feature?
In my personal opinion, I’d think about having a different sass configuration which hides footers, headers, side menu’s (which i have custom made to show the icons even when menu is closed) and just display content area in black and white which I will then give a max-width to avoid having a way to large page. By using this css file instead of the default app style, I assume we have a printable version… Any thoughts on this?
I have zero experience with printable pages