
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
nativescript-pdf-viewer
Advanced tools
A NativeScript plugin to display PDF files on iOS and Android, with support for Xcode 8
This is a very basic PDF view implementation that does only one thing, and
that is to display PDF files. It conveniently uses the iOS UIWebView, but
for Android it uses AndroidPdfViewer.
This plugin does the bare minimum required to render the PDF, no configuration options, and no error handling have been built yet. I welcome all Pull Requests!
Check out the demo folder for a sample usage.
If you're using the plugin with Angular 2, the plugin automatically registers
PDFViewer as a valid tag for Angular templates. Usage is simple:
nativescript-pdf-viewer somewhere in your code, e.g:import 'nativescript-pdf-viewer';
<PDFViewer [src]="localPath"></PDFViewer>
To try the demo run the following commands:
npm run setup
npm run demo.ios
npm run demo.android
FAQs
A NativeScript plugin to display PDF files on iOS and Android, with support for Xcode 8
The npm package nativescript-pdf-viewer receives a total of 18 weekly downloads. As such, nativescript-pdf-viewer popularity was classified as not popular.
We found that nativescript-pdf-viewer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.