ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.05k stars 13.51k forks source link

long time showing White screen after splash screen on ionic v4 #17454

Closed KMuthusamyms closed 5 years ago

KMuthusamyms commented 5 years ago

Bug Report

Ionic version:

[x] 4.x

Current behavior: after installing app on android v4.4+ phones, after loading splash screen content doesn't appear.white screen only appear. but in above v5.1 android phones, this problem not occurs.
the side menu bar trigger not working on startup in some android versions.

Expected behavior: App should work on given minSDK versions. startup problems should be solved

Config.xml:

`<?xml version='1.0' encoding='utf-8'?>

XXX YYY Web App Team ` **Ionic info:** Ionic: ionic (Ionic CLI) : 4.10.1 (/usr/lib/node_modules/ionic) Ionic Framework : @ionic/angular 4.0.0 @angular-devkit/build-angular : 0.12.4 @angular-devkit/schematics : 7.2.4 @angular/cli : 7.2.4 @ionic/angular-toolkit : 1.3.0 Cordova: cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1) Cordova Platforms : android 7.1.4 Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 3.1.1, (and 6 other plugins) System: NodeJS : v10.15.1 (/usr/bin/node) npm : 6.4.1 OS : Linux 4.15
liamdebeasi commented 5 years ago

Hi there,

Thanks for opening an issue with us! Would you be able to provide a repository with the code necessary to reproduce this issue?

Android 4.4 ships with an older version of Chromium that is not upgradeable and not exactly the same as Chrome for Android. That being said, Ionic has been fully tested and supports the following mobile platforms (including Android 4.4): https://ionicframework.com/docs/intro/browser-support#mobile

If you are still experiencing issues, I recommend that you enable polyfills in your polyfills.ts file: https://angular.io/guide/browser-support#polyfills

Thanks for using Ionic!

yangqian0817 commented 5 years ago

How did you solve it? I also met this problem.

ionitron-bot[bot] commented 5 years ago

Thanks for the issue! This issue is being closed due to the lack of a reply. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

Thank you for using Ionic!