skip to Main Content

Ubuntu – Index page shows properly at chrome browser from “ionic serve” but show “webpage not found” from “ionic cordova run android –device”

While I try to run the app into emulator. net::ERR_CONNECTION_REFUSED exist. I have tried to add cleartextTrafficPermitted in network_security_config.xml. Then, add below code in config.xml but still not work. <preference name="hostname" value="localhost" /> <preference name="AndroidInsecureFileModeEnabled" value="true" /> ionic info: Ionic:…

VIEW QUESTION

Javascript – cordova plugin statusbar not working on Android 13 why?

I am using cordova-plugin-statusbar to change statusbar background color and statusbar text color but its not working on Android 13 I have added cordova-plugin-statusbar then i have used this code document.addEventListener('deviceready', SetStatusBarColor, false); function SetStatusBarColor() { StatusBar.overlaysWebView(false); StatusBar.backgroundColorByHexString("#ffffff"); // Set…

VIEW QUESTION
Back To Top
Search