We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b717d8 commit 61a5032Copy full SHA for 61a5032
src/providers/image-loader.ts
@@ -57,6 +57,8 @@ export class ImageLoader {
57
*/
58
clearCache(): void {
59
60
+ if (typeof cordova === 'undefined') return;
61
+
62
const clear = () => {
63
64
if (!this.isInit) {
0 commit comments