views:

98

answers:

1

Hi folks,

I am developing phonegap app in iphone,after successfully viewing pdf file (from server) on new HTML page,the vertical scrollbar get disable ,even i get back to the list page ,the list does not get scroll,this happen only if i run the app directly in simulator (not from xcode),any one know ,how to resolve this issue.

thanks in advance.

regards, mayur

A: 

To display pdf in phonegap, have lots of trouble, but best solution so far,is to used ChildBrowser Plugin for phonegap here is the link- http://github.com/purplecabbage/PhoneGap-Plugins/tree/master/ChildBrowser/iPhone/

this will help you to call child native uiwebview in your application(only for iphone), so you can easily enjoy pinch zoom feature, even the app scrollbar does not get disable, it works fine!

Mayur Birari