-
Notifications
You must be signed in to change notification settings - Fork 304
Whithe screen problem #834
Comments
@BeliliFahem what does device console say while on white screen? Are there any errors inspecting through Chrome dev tools? |
@themastersoda |
I'm having the same trouble there is no console error log and when using chrome://inspect the html elements are there and all services are running as intended but everything is white. This only happens when the project is build with the --prod flag Ionic Info Cordova CLI: 6.5.0 package.json { |
+1 |
1 similar comment
+1 |
you are not seeing any error in console because webpack config file does not log or show the errors in ionic-app-scripts check this PR #871 it might help showing if there is any error |
The problem is not solved even after updating Ionic info ` local packages:
System:
` |
+1 |
Did anyone solve it? I'm dealing with the same issue |
Can you post some sample code via GitHub or StackBlitz that demonstrates the issue? |
From @BeliliFahem on March 24, 2017 12:11
Ionic version:
[ ] 1.x
[ x] 2.x (2.3.0)
I'm submitting a ...
[ x] bug report
[ ] feature request
Current behavior:
My application show whithe screen in device when i run with " --prod" (ionic run android --prod --device)
My application work fine
in my desktop google chrome
in my device when i run/build without " --prod' (ionic run android --device)
Steps to reproduce:
Run with " --prod" to reduce the applciation size and the app startup time.
Related code: package.json
Ionic info: :
Copied from original issue: ionic-team/ionic-framework#10906
The text was updated successfully, but these errors were encountered: