Why does the pdf file display on the computer but not on the mobile phone?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
saleh
User
Posts: 470

Why does the pdf file display on the computer but not on the mobile phone?

Post by saleh »

Why does the pdf file display on the computer... but not on the mobile phone?
The computer displays the content of the PDF file
The mobile phone displays only the file name
Is there a solution?

ew.PDFObjectOptions = {
      width: "600px",
      height: "600px",
      pdfOpenParams: {
        toolbar: 1
      }
};

I use PHPMaker v2024.4.0 Released


Post Reply