nativescript-image-swipe
nativescript-image-swipe copied to clipboard
A NativeScript widget to easily :point_up_2: and :mag: through a list of images
Can't find alternative to that plugin, I think it's the best :) Do you have any plans to add ns7+ support?
I put the ImageSwipe as view (beside others) in a ScrollView (vertical). Zooming doesn't work in that case on android devices. According to some research this is hard to achieve...
On Android the activity indicator is way too big when I simply place the `ImageSwipe` inside a `GridLayout` with `rows="*"`. It would be very useful if we can change the...
And if use project in old device (with Android 5 and 2GB memory), sometimes we can get OutOfMemory. Same problem, if use `Image` from Core component. _Originally posted by @san3k1990...
View a photo in the gallery, then go to the homescreen. Then go back to the app. The photo you were viewing does not display. If you swipe over, the...
It would be great to update this repository to the [NativeScript plugin seed](https://github.com/NativeScript/nativescript-plugin-seed) structure to enable: - Better plugin development workflow with NativeScript 6.0.0 (webpack takes care of all tsc,...
Example: loading the image "https://www.google.it/alakazam.jpg" will result in this error: ``` 06-17 10:16:02.233 5303 5303 E AndroidRuntime: com.tns.Runtime.callJSMethodNative(Native Method) 06-17 10:16:02.233 5303 5303 E AndroidRuntime: com.tns.Runtime.dispatchCallJSMethodNative(Runtime.java:1120) 06-17 10:16:02.233 5303 5303...
Append the `tns-core-modules/` prefix to modules import to prevent errors on compilation due to short imports deprecation