Hello,
I am facing some errors in Ionic. Whenever I am running the app in the both IOS simulator and the real device I am getting the below warnings.
[Warning] Native: tried calling StatusBar.show, but the StatusBar plugin is not installed. (user-script:3, line 1413)
[Warning] Install the StatusBar plugin: 'ionic cordova plugin add cordova-plugin-statusbar' (user-script:3, line 1413)
[Warning] Native: tried calling StatusBar.backgroundColorByHexString, but the StatusBar plugin is not installed. (user-script:3, line 1413)
[Warning] Install the StatusBar plugin: 'ionic cordova plugin add cordova-plugin-statusbar' (user-script:3, line 1413)
[Warning] Native: tried calling File.externalRootDirectory, but the File plugin is not installed. (user-script:3, line 1413)
[Warning] Install the File plugin: 'ionic cordova plugin add cordova-plugin-file' (user-script:3, line 1413)
[Warning] Native: tried calling File.documentsDirectory, but the File plugin is not installed. (user-script:3, line 1413)
[Warning] Install the File plugin: 'ionic cordova plugin add cordova-plugin-file' (user-script:3, line 1413)
[Warning] Native: tried calling HTTP.downloadFile, but the HTTP plugin is not installed. (user-script:3, line 1413)
[Warning] Install the HTTP plugin: 'ionic cordova plugin add cordova-plugin-advanced-http' (user-script:3, line 1413)
and, no plugins in
cordova.plugins
--or--
window.cordova.plugins
I tried the below things to solve but no luck.
- Removed node_modules, plugins, platforms, and www.
- Removed and added IOS platform again
- Moved cordova.js import to first in index.html
- Reinstalled all the plugins
Thanks in advance.
1 post - 1 participant