Web-share Api Level 2 Pdf Support
I am using web-share level 2 for my PWA app. Every media format is working fine except PDF. Web api is returning base64 string of PDF, At client side, I am creating blob object fro
Solution 1:
For others who might encounter this problem, this was discussed on https://github.com/w3c/web-share/issues/141 and is a current limitation in Chrome tracked in https://crbug.com/1006055
Post a Comment for "Web-share Api Level 2 Pdf Support"