Security News
NVD Backlog Tops 20,000 CVEs Awaiting Analysis as NIST Prepares System Updates
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
nativescript-photoviewer
Advanced tools
A simple iOS Photo-viewer component for NativeScript based on NYTPhotoViewer cocoapod
A simple, iOS, Image/Photo-viewer component for NativeScript based on the NYTPhotoViewer cocoapod: http://cocoadocs.org/docsets/NYTPhotoViewer/1.1.0/index.html
NYTPhotoViewer is a slideshow and image viewer that includes double-tap to zoom, captions, support for multiple images, interactive flick to dismiss, animated zooming presentation, and more.
Run npm i nativescript-photoviewer
in your ROOT directory of your project.
Currently no Android support, only iOS. If anyone is interested creating a Android version, feel free to do so.
// Simple usage with array of image-urls. See the Demo app for more advanced examples where you can add title and summary.
var NYTPhotoViewer = require("nativescript-photoviewer");
var image1 = "https://somepage.com/image01.jpg";
var image2 = "https://somepage.com/image02.jpg";
var image3 = "https://somepage.com/image03.jpg";
var myImages = [image1, image2, image3];
if(!photoViewer)
photoViewer = new NYTPhotoViewer();
photoViewer.showViewer(myImages);
Nedim Erkocevic
I will accept pull requests that improve this and assign credit. All code needs to be Apache 2.0 licensed.
FAQs
A simple Photo-viewer component for NativeScript based on NYTPhotoViewer pod for iOS and ImageGalleryViewer for Android.
The npm package nativescript-photoviewer receives a total of 2 weekly downloads. As such, nativescript-photoviewer popularity was classified as not popular.
We found that nativescript-photoviewer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.