triniwiz / nativescript-image-zoom

Apache License 2.0
19 stars 14 forks source link

Component does not load #24

Open darkmantle opened 5 years ago

darkmantle commented 5 years ago

Happens on iOS, not tested on Android. Ever since I updated my phone to iOS 13 the component no longer shows on the screen. I'm using it within a modal, but even within it's own page it still doesn't show.

Using NS 6.1, XCode 11 and iOS 13 on Catalina

ParthMaisheri commented 4 years ago

facing the same issue, Any work arounds @darkmantle @triniwiz ?

tokiroto commented 4 years ago

Please provide the template for your modal @darkmantle, @ParthMaisheri.

Woongsik commented 4 years ago

Hi, if I use ImageSource to src, it didn't load the image but it works only with string (url, path etc)

triniwiz commented 4 years ago

Any errors also can you share the code or an example ? @Woongsik platform ?

Woongsik commented 4 years ago

Any errors also can you share the code or an example ? @Woongsik platform ?

I use ns-vue and then normally works with url but not with ImageSource. This happened in android.

"TypeError: this.src.startsWith is not a function"

triniwiz commented 4 years ago

Ah it thinks the source is a string I’ll see what I can do

Woongsik commented 4 years ago

Ah it thinks the source is a string I’ll see what I can do

When I fixed the source as here, It worked fine. Would you like to publish it to current version or upper version? So all the users can just re-install this! Thanks!

https://github.com/triniwiz/nativescript-image-zoom/pull/23/commits/dcdfa99a87b138800412710c4cc15258673d3e2d

Woongsik commented 4 years ago

Hi, can I use ImageSource to src ? : )