I get pdf contents from a web service and I want to show the pdf contents on an ionic/cordova angularjs app.
For doing that I saw this stackoverflow post. AngularJS: Display blob (.pdf) in an angular app
When I debug the webview on chrome, I don't see a correct pdf content in the "embed" tag.
Below is the snapshot of the DOM that I see
Is there any good way of showing the pdf stream data in a angular cordova/ionic app?
Can anyone look into this and point me in the right direction?