Viewport argument key "viewport-fit" not recognized and ignored

@ionic/cli-utils : 1.19.2
ionic (Ionic CLI) : 3.20.0

global packages:

cordova (Cordova CLI) : 7.1.0

local packages:

@ionic/app-scripts : 2.1.4
Cordova Platforms  : android 6.3.0 ios 4.5.4
Ionic Framework    : ionic-angular 3.6.1

System:

ios-deploy : 1.9.2
ios-sim    : 6.0.0
Node       : v6.11.2
npm        : 3.10.10
OS         : macOS Sierra
Xcode      : Xcode 9.2 Build version 9C40b

Environment Variables:

ANDROID_HOME : /Applications/ADT/sdk

Misc:

backend : legacy

when I running ionic Cordova run android --prod in KitKat, I am getting this errors

Viewport argument key “viewport-fit” not recognized and ignored. index.html:9
Uncaught SyntaxError: vendor.js:70012
Uncaught ReferenceError: webpackJsonp is not defined main.js:1

1 Like

some update about this error, I have the same working with Android 4.4.2

i just removed the platform android and add again.then it started work properly

Are you find a solution for this ?

yes, i just removed android and added it again.