ionic plugin add cordova-plugin-android-native-pdfviewer
- Android
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
});