I have an HTML page that links to several editable PDFs. By right-clicking on the index.html page in Eclipse and choosing Web Browser for the viewing mode, I can see the html page, click on a link, and the PDF appears. I can even click on a field and enter information. So the html page is correct.
But when I test on an Android device, clicking on a link does not bring up any PDF, even though the html page appears just fine. Is there a special way to show a PDF on the screen? In my case, the PDF is part of the app, and I link to it in the html page with a simple <a href=> tag.
There are no error or warning messages in the console.
(I had created another Android app and it works just fine in the test device.)
Any ideas for me to try to get the PDFs to appear?
Thanks,
Steve
But when I test on an Android device, clicking on a link does not bring up any PDF, even though the html page appears just fine. Is there a special way to show a PDF on the screen? In my case, the PDF is part of the app, and I link to it in the html page with a simple <a href=> tag.
There are no error or warning messages in the console.
(I had created another Android app and it works just fine in the test device.)
Any ideas for me to try to get the PDFs to appear?
Thanks,
Steve
rientation="vertical"
If the code in #5 did not belong in the main.xml file, where did it belong?