[SOLVED] Iframe scroll problem

Hello everyone.

In my app I want to scroll content inside iframe. I can do that in browser but not in my device (iPad).

The content of my iframe is a pdf file.

Now, it looks like this, but I’m not able to scroll vertically to see forward pages.

image

iframe.html:
image

Can anyone help me? What can I do? Maybe, there’re a plugin to display pdf inside my app or something like this?

Thanks in advance!

I solved this by using mozilla pdf.js on my server side, and, in my app iframe.html:

Now, it works good and looks like this:

2 Likes

Hey . can yo please explain more about what you did on the serverside ?

Thank you so much