I tested jQuery only the command
iniciar_cadastro: function(){
window.location = 'cadastro.html';
}
};
By pressing a button, it works when the phoneGap is used for testing on the cell phone, but when it generates APK test with the command cordova build android
, it does not work.