lot of changes

This commit is contained in:
Eudes Inácio
2021-11-25 15:50:41 +01:00
parent 0c3d7467a0
commit e01440705b
2967 changed files with 46 additions and 1539998 deletions
+10
View File
@@ -60,6 +60,16 @@ export class AppComponent {
console.log('Orientation locked')
}
if (this.platform.is('desktop') || this.platform.is('mobileweb')) {
} else {
try {
this.sqliteservice.databaseConn();
} catch (error) {
console.log("Error creating local database: ", error)
}
}
this.storageservice.get('networkCheckStore').then((network) => {
if(network === 'online') {
console.log('Network app componente check', network)