-
Notifications
You must be signed in to change notification settings - Fork 24
Description
I have been using PhotoViewer on a new app. If I have up to 11 images all seems OK, but above 11 images the console says PhotoViewewer received the image via a URL, but the PhotoViewer displays a blank with an image count, which changes as you swipe the blank background, but no images are displayed. Running iOS 13.3 Nativescript 6.5 and Photoviewer 2.1.5. I have a need to display up to 40 images. I am opening an closing the photoviewer to show different galleries where the image count varies from 1 to 40. I reset the myImages array each time, but still it shows only a blank screen. The images are loaded from a web service. I can see the array in debugging to the images are available, but there is no delay in loading the images. It goes straight to the gallery and displays the blank screen.