Hi everyone, I’m a junior developer and I’m having a big problem doing a very simple thing.
I created a blank page with the ionic start myApp tabs
command.
Through the ionic serve
command, display the page correctly on my browser.
Without doing anything else, I did the build, again from the command line.
At build time, I don’t get any errors.
I install the APP on my smartphone.
Launch the APP is the result is a blank page: nothing!
Below I indicate what the ionic info
command gives me:
Ionic:
ionic (Ionic CLI) : 4.12.0 (/usr/local/lib/node_modules/ionic)
Ionic Framework : @ionic/angular 4.3.1
@angular-devkit/build-angular : 0.13.8
@angular-devkit/schematics : 7.3.8
@angular/cli : 7.3.8
@ionic/angular-toolkit : 1.5.1
Cordova:
cordova (Cordova CLI) : 6.0.0
Cordova Platforms : android 5.1.1
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.0.1, (and 4 other plugins)
System:
NodeJS : v10.15.1 (/usr/local/bin/node)
npm : 6.9.0
OS : macOS High Sierra
Can anyone tell me what is wrong?
Thank you