Closed PterPmnta closed 6 years ago
I am trying to create a database and tables , but I want to do after the request to the server to be successful, I do not want to create it when you open the application , as I have seen they do in most examples of internet
This should be no problem, assuming that the deviceready
event had been fired. If you have problems please start with a very simple test application and try one thing at a time until you see what causes the issue.
I would also like to know whether to implement Project CrossWalk in my project , this causes or could be causing some sort of conflict with the SQLite plugin or with others.
Problems with Crosswalk have been reported in the past, especially with the Android NDK libraries that are used by this project (ref: litehelpers/Cordova-sqlite-storage#336; litehelpers/Cordova-sqlite-storage#247; litehelpers/Cordova-sqlite-storage#235). A couple things you may want to try:
@brodybits i am blind, that problem was the path,
@brodybits Close the issue! 👍
I am trying to create a database and tables , but I want to do after the request to the server to be successful, I do not want to create it when you open the application , as I have seen they do in most examples of internet
I would also like to know whether to implement Project CrossWalk in my project , this causes or could be causing some sort of conflict with the SQLite plugin or with others.
Development Information
This is my code
angular.module('unicesarApp', ['ionic', 'historialApp', 'ngCordova']) .controller('formulario', formulario) .service('obtenerDatos', obtenerDatos) .config(config);
};`