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.07k stars 13.51k forks source link

Whithe screen problem #10906

Closed BeliliFahem closed 7 years ago

BeliliFahem commented 7 years ago

Ionic version: [ ] 1.x [ x] 2.x (2.3.0)

I'm submitting a ... [ x] bug report [ ] feature request

Current behavior:

Steps to reproduce:

  1. update to ionic 2.3.0 with package.json below
  2. run the application in your device with this usal command : ionic run android --prod --device

Run with " --prod" to reduce the applciation size and the app startup time.

Related code: package.json

{
  "name": "xxxxxxxxxxxxxx",
  "author": "xxxxxxxxx",
  "homepage": "xxxxxxxxxxxxxx",
  "private": true,
  "scripts": {
    "clean": "ionic-app-scripts clean",
    "build": "ionic-app-scripts build",
    "ionic:build": "ionic-app-scripts build",
    "ionic:serve": "ionic-app-scripts serve",
    "test": "karma start ./test-config/karma.conf.js"
  },
  "config": {
    "ionic_copy": "./config/copy.config.js"
  },
  "dependencies": {
    "@angular/common": "2.4.8",
    "@angular/compiler": "2.4.8",
    "@angular/compiler-cli": "2.4.8",
    "@angular/core": "2.4.8",
    "@angular/forms": "2.4.8",
    "@angular/http": "2.4.8",
    "@angular/platform-browser": "2.4.8",
    "@angular/platform-browser-dynamic": "2.4.8",
    "@angular/platform-server": "2.4.8",
    "@ionic/storage": "2.0.0",
    "@types/crypto-js": "3.1.32",
    "@types/google-maps": "3.2.0",
    "angular2-google-maps": "0.16.0",
    "crypto-js": "3.1.9-1",
    "font-awesome": "4.7.0",
    "google-libphonenumber": "2.0.4",
    "ionic-angular": "2.3.0",
    "ionic-native": "2.4.1",
    "ionicons": "3.0.0",
    "moment": "2.17.1",
    "ng2-translate": "5.0.0",
    "rxjs": "5.0.1",
    "zone.js": "0.7.2"
  },
  "devDependencies": {
    "@ionic/app-scripts": "1.1.4",
    "@types/google-maps": "3.2.0",
    "@types/googlemaps": "3.26.1",
    "sw-toolbox": "3.4.0",
    "typescript": "2.0.9"
  },
  "description": "HapiCare Patient. Premier Protail patient multiplateforme",
  "cordovaPlugins": [
    "cordova-plugin-whitelist",
    "cordova-plugin-device",
    "cordova-plugin-splashscreen",
    "cordova-plugin-statusbar",
    "cordova-plugin-nativestorage",
    "cordova-plugin-datepicker",
    "cordova-plugin-network-information",
    "cordova-plugin-app-version",
    "cordova-plugin-x-toast",
    "cordova-plugin-globalization",
    "cordova-plugin-email",
    "de.appplant.cordova.plugin.local-notification",
    "cordova-plugin-calendar",
    "uk.co.workingedge.phonegap.plugin.launchnavigator",
    "cordova-plugin-geolocation",
    "org.loicknuchel.cordova.deviceaccounts"
  ],
  "cordovaPlatforms": [
    "android",
    "ios",
    "windows"
  ]
}

Ionic info: :

Ionic Framework Version: 2.3.0
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 1.1.4
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 10
Node Version: v6.9.4
brandyscarney commented 7 years ago

This issue was moved to driftyco/ionic-app-scripts#834

ionitron-bot[bot] commented 6 years ago

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. 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.