1.2.0 • Published 7 years ago

cordova-plugin-android-native-pdfviewer v1.2.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

cordova-plugin-android-native-pdfviewer

Installation ionic plugin

ionic plugin add cordova-plugin-android-native-pdfviewer

Supported Platforms

  • Android

Example

var options = { 
                headerColor:"#000000",
                showScroll:true, 
                showShareButton:true, 
                showCloseButton:true, 
                swipeHorizontal:false 
              };
              
AndroidNativePdfViewer.openPdfUrl(url, title, options, 
                        function(success){
                        // success callback
                        },function(error){
                        // error callback
                        });