You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***** Fatal JavaScript exception - application has been terminated. *****
NativeScript encountered a fatal error: Uncaught TypeError: Cannot set property 'alpha' of null
at
(file: @triniwiz/nativescript-image-cache-it/index.ios.js:258:0)
Problem
The problem occurs when I go to another page before the image loads
Error
***** Fatal JavaScript exception - application has been terminated. *****
NativeScript encountered a fatal error: Uncaught TypeError: Cannot set property 'alpha' of null
at
(file: @triniwiz/nativescript-image-cache-it/index.ios.js:258:0)
Problem
The problem occurs when I go to another page before the image loads
Platform iOS
Code Smaple
<ImageCacheIt id="image" ref="image" :decodedHeight="height * 1.5" :height="height * 1.5" transition="fade" :priority="0" @tap="openImage()" placeHolder="~/assets/holder.png" errorHolder="~/assets/holder.png" :opacity="imageOpacity" :src="landmark.img" stretch="aspectFit"></ImageCacheIt>
The text was updated successfully, but these errors were encountered: