上のブラウザでの作業が、例外TypeError私はまだ私の最初のイオンのアプリに取り組んでいます、そして再び私は問題で立ち往生しています:イオン+ sqliteの実際のデバイス
私のアプリは、データを格納するためのSQLiteを使用しています。 ngCordovaのsqlite-pluginとlitehelpersのcordova-sqlite-storageプラグインを使用します。
私は 'ionic serve - lab'でアプリをテストするとすべて正常に動作します。エラーはありません、データベースはあります。データはOKです...
しかし、私がAndroidデバイスの 'ionic run android -l -c -s'でテストしたところ、次のエラーが発生しました。フリーズ:
0 779681 error TypeError: Cannot read property 'transaction' of undefined
at Object.execute (http://192.168.1.14:8100/lib/ngCordova/dist/ng-cordova.js:6872:11)
at new <anonymous> (http://192.168.1.14:8100/js/controllers.js:284:18)
at Object.instantiate (http://192.168.1.14:8100/lib/ionic/js/ionic.bundle.js:18010:14)
at $controller (http://192.168.1.14:8100/lib/ionic/js/ionic.bundle.js:23412:28)
at self.appendViewElement (http://192.168.1.14:8100/lib/ionic/js/ionic.bundle.js:59900:24)
at Object.switcher.render (http://192.168.1.14:8100/lib/ionic/js/ionic.bundle.js:57893:41)
at Object.switcher.init (http://192.168.1.14:8100/lib/ionic/js/ionic.bundle.js:57813:20)
at self.render (http://192.168.1.14:8100/lib/ionic/js/ionic.bundle.js:59759:14)
at self.register (http://192.168.1.14:8100/lib/ionic/js/ionic.bundle.js:59717:10)
at updateView (http://192.168.1.14:8100/lib/ionic/js/ionic.bundle.js:65398:23)
私のアプリは4ページあり、ui-routerで動作します。すべてのページには独自のコントローラーがあります。
私は、任意のヒントを検索し、しようとして二週間以来、ないチャンス...
のですか?
ありがとう、 キリスト教徒。