Closed El-kady closed 6 years ago
i solved it by moving rootPage = "HomePage" at the end of platform.isready
I guess it can be closed then.
moving rootPage = "HomePage" at the end of platform.isready does not fix the issue, I'm still getting the same error
It works fine at web browser, but when im trying to deploy it at android, it says
Uncaught (in promise): TypeError: Cannot read property 'openDatabase' of undefined TypeError: Cannot read property 'openDatabase' of undefined at http://192.168.43.239:8100/build/vendor.js:194991:26 at new t (http://192.168.43.239:8100/build/polyfills.js:3:21506) at CordovaDriver.createDatabaseConnection (http://192.168.43.239:8100/build/vendor.js:194986:16) at CordovaDriver.<anonymous> (http://192.168.43.239:8100/build/vendor.js:47853:51) at step (http://192.168.43.239:8100/build/vendor.js:47727:23) at Object.next (http://192.168.43.239:8100/build/vendor.js:47708:53) at http://192.168.43.239:8100/build/vendor.js:47702:71 at new t (http://192.168.43.239:8100/build/polyfills.js:3:21506) at __awaiter (http://192.168.43.239:8100/build/vendor.js:47698:12) at CordovaDriver.AbstractSqliteDriver.connect (http://192.168.43.239:8100/build/vendor.js:47847:16)
here is my ionic info