Cordova-PDFReader-IOS icon indicating copy to clipboard operation
Cordova-PDFReader-IOS copied to clipboard

I am not able to use this plugins please help me

Open sheoco opened this issue 6 years ago • 0 comments

function success() { alert("success"); } function error() { alert("error"); } var options = { password: null, flatUI: true, showShadows: true, enableThumbs: true, disableRetina: false, enablePreview: true, bookmarks: true, landscapeDoublePage: true, landscapeSingleFirstPage: true, toolbarBackgroundColor: null, textColor: null, enableShare: false }

PDFReader.open(entry.toURI().replace('file://', ""), options, success, error);

Note: file URL in my case ="/data/user/0/com.twentyfourhrstudy.www/files/25_0_book.pdf"

it's work properly on opener2 plugins. but it's not working here why?.

sheoco avatar Sep 22 '18 06:09 sheoco