v4: cli rc 11 get white screen on android
See original GitHub issueBug Report
Ionic Info
Run ionic info from a terminal/cmd prompt and paste the output below.
Ionic:
ionic (Ionic CLI) : 4.0.0-rc.11 (D:\Users\Administrator\AppData\Roaming\nvm\v8.11.1\node_modules\ionic)
Ionic Framework : @ionic/angular 4.0.0-alpha.11
@angular-devkit/core : 0.7.0-rc.2
@angular-devkit/schematics : 0.7.0-rc.2
@angular/cli : 6.0.8
@ionic/ng-toolkit : 1.0.0-rc.11
@ionic/schematics-angular : 1.0.0-rc.11
Cordova:
cordova (Cordova CLI) : 8.0.0
Cordova Platforms : none
System:
Android SDK Tools : 26.1.1
NodeJS : v8.11.1 (C:\Program Files\nodejs\node.exe)
npm : 5.6.0
OS : Windows 7
Environment:
ANDROID_HOME : C:\Users\Administrator\AppData\Local\Android\sdk
Describe the Bug generate project with cli rc11, run it on my android phone ,get whitescreen; rm webview plugin and readd the beta version, run again. still whitescreen;
Steps to Reproduce Steps to reproduce the behavior:
- run cli, choose angular type
- rm cordova-plugin-ionic-webview
- readd cordova-plugin-ionic-webview@beta
- run the app on android, get white screen
Related Code inspect with chrome and get the error below
Uncaught SyntaxError: Unexpected token function vendor.js:65052
which refers to the async function attachComponent in
/***/ "./node_modules/@ionic/core/dist/collection/utils/framework-delegate.js":
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:7 (1 by maintainers)
Top Results From Across the Web
v4: cli rc 11 get white screen on android #14810
Ionic Info Run ionic info from a terminal/cmd prompt and paste the output below. ; Describe the Bug generate project with cli rc11,...
Read more >Ionic v1 app shows white screen on Android 6.1 ...
Ionic v1 app shows white screen on Android 6.1 (Marshmallow), Android 4.4 (KitKat) and Android 7.1(Nougat) after splashscreen ; 1.19.2 ionic ( ...
Read more >White screen of death after upgrading ionic
I mean I can run ionic serve and it works but when I do a cordova build for android I always only see...
Read more >6 Ways to Fix Android White Screen of Death
If your apps are moved to your SD card, and you are running them from there, this might be the cause of the...
Read more >White-screen errors when the RingCentral app launches
Open the RingCentral desktop app. To open the Development menu: On Windows, press Ctrl + Shift + D; On Mac, press Command +...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

WebView 49.0.2623.91, i got this when remote debug with chrome, it seems with this.what can i do?
closing as duplicate of https://github.com/ionic-team/ionic/issues/15438