I'm using IBM worklight to create IPad application. I need to display a pdf document in the main application window. I used the following command in the main file (proj.html) inside common folder.
<body>
<embed src="http://www.ti.com/lit/ds/symlink/lm741.pdf" width="400" height="200" alt="pdf" >
</body>
</html>
I tried that into Ipad device it works good. However, I try to scroll the pdf up and down I can't. The whole application is dragged down. Is there a way to "fix" the application window so that when I scroll the pdf only the pdf is navigated?
Regards, S. Yassin
P.S.: I can scroll the pdf down very tough by using two fingers for multi touch