TypeError: Cannot read property 'openDatabase' of undefined

前端 未结 2 1762
青春惊慌失措
青春惊慌失措 2020-12-30 08:22

I want to work with sqlite with cordova framework for the first time. As I\'ve read on a tutorial I should use ngcordova like this:

var db = null;
app.contro         


        
2条回答
  •  感情败类
    2020-12-30 09:17

    Actually, I opened an old project and I get this error only when I run the project with -cls (because of liverelaod). But I have a small bug to fix there so I didn't investigate it too much(just fix it without livereload). But maybe this little hint helps somebody.

提交回复
热议问题