Open asologor opened 5 years ago
For now, we decided to use WebView
with <img src="..." />
tag inside. It gives us native zoom ability.
Vue.registerElement('ImageZoom', () => require('nativescript-image-zoom').ImageZoom) Works fine
Same issue here - and I have registered the element as per instructions. On Android I can't load the TabView containing the ImageZoom element. There is no error, but nothing happens. If I change to an Image element, everything works fine (apart from no zoom obviously).
Might have to look at using WebView instead.
Any examples?
What I've tried:
It does not crash, but it renders nothing. Works fine if I change
<ImageZoom ... />
to just<Image ... />
with the same attrs.P.S.: it doesn't crash on iOS, but on Android the app crashes on startup.