Hi Zoho,
On my html pages I've enabled the "Print" button.
when browsing through the Zoho app via mobile browser (not mobile Zoho app!) I'd like to hide the "print" button.
How can I do this?
(
@media screen and (max-width: 640px) {
print = false
}
will not work)
Thank you
Ravid