Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a pdf that i am showing to the user using inappbrowser plugin . but i have some images that needs to be shown along with the pdf (images are not part of the pdf ). Any suggesstions?
Posted
Comments
Ambati Dilip 28-Apr-16 5:19am    
try this window.open('url','_system'); it ask for browser option choose any one of them. PDF will open in browser

1 solution

The PDF plug-ins does now allow showing anything else on the same page.

My best suggestion is simple: never show any PDF. But if you cannot get rid of PDFs, do provide them, but never assume that the user has any software processing PDF. It's not a problem, because if some browser cannot show a PDF, the user will be offered to save it as a file. If you need to show two images, show them with PDF link and informative description of the purpose and content of this PDF, so the user could decide what to do with it.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900