Unable to run offline PhoneGap app?

0
Hi, I'm having problems while trying to use offline app for one of my projects. I have added an offline mobile hybrid app profile, and created a PhoneGap application for it. But I'm having difficulties making the app work. The error message thrown is not descriptive either: When I debug the PhoneGap app using Chrome devtools, I'm getting this console error: resolveLocalFileSystemURI is deprecated. Please call resolveLocalFileSystemURL instead. resolveLocalFileSystemURI.js:90 resolveLocalFileSystemURI is deprecated. Please call resolveLocalFileSystemURL instead. resolveLocalFileSystemURI.js:90 resolveLocalFileSystemURI is deprecated. Please call resolveLocalFileSystemURL instead. bundle.js:1 ReferenceError: zip is not defined     at bundle.js:1     at new Promise (<anonymous>)     at U (bundle.js:1)     at r (bundle.js:1) (anonymous) @ bundle.js:1 d @ bundle.js:1 bundle.js:1 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952 g @ bundle.js:1 (anonymous) @ bundle.js:1 d @ bundle.js:1   Anyone has an idea what's happening here?
asked
0 answers