Skip to content

mhs/cordova-plugin-android-native-pdfviewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
                        });

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.9%
  • JavaScript 6.1%