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
JavaScript error:
file:///node_modules/nativescript-web-image-cache/web-image-cache.js:117:0: JS ERROR TypeError: undefined is not an object (evaluating 'this.clearCache')
(CoreFoundation) *** Terminating app due to uncaught exception 'NativeScript encountered a fatal error: TypeError: undefined is not an object (evaluating 'this.clearCache')
at
setCacheLimit(file:///node_modules/nativescript-web-image-cache/web-image-cache.js:117:0)
at ./app/app.component.ts(file:///src/app/app.component.ts:10:14)
The problems seem to be on the iOS plugin's file (here). I guess it is clearCache instead of this.clearCache().
In Android everything is alright but probably because there is a clearCache function but never used (see this)
The text was updated successfully, but these errors were encountered:
Platform: iOS only
The problems seem to be on the iOS plugin's file (here). I guess it is
clearCache
instead ofthis.clearCache()
.In Android everything is alright but probably because there is a
clearCache
function but never used (see this)The text was updated successfully, but these errors were encountered: