objective c - Adobe Acrobat is interfering with PDF files shown with WebView -


i using webview class webkit display pdf document.

i creating instance of nsurlrequest , passing url pdf.

the pdf document not display when adobe acrobat installed on system. uninstalling acrobat fixes issue.

when acrobat installed, white screen loading bar shown: enter image description here

when acrobat not installed, pdf shown:

enter image description here

how can fix , work acrobat installed?

access preferences property of webview, , disable plugins.

[webview.preferences setpluginsenabled:no]; 

this disable acrobat plugin.


Popular posts from this blog

node.js - How do I prevent MongoDB replica set from querying the primary? -

c# - Randomly pick a specific int from a 2D Array -

php - Angularjs http.delete is not working after deploying project on server -