Quote from
asmat on October 30, 2022, 7:57 pm
How can we open the PDF file in PWA?
I tried to like this but instead of opening it, it downloads the PDF file.
BEGINJS
window.open('Cover letter.pdf', '_system');
ENDJS
How can we open the PDF file in PWA?
I tried to like this but instead of opening it, it downloads the PDF file.
BEGINJS
window.open('Cover letter.pdf', '_system');
ENDJS