python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Ionic cordova | Execution failed for task ':app:processDebugResources' | AAPT: error: resource xml/network_security_config not found
this happens when i try to do an ionic cordova build android
Android resource linking failed
D:\blabla\platforms\android\app\build\intermediates\merged_manifests\debug\AndroidManifest.xml:22: AAPT: er...

GianL
Votes: 0
Answers: 1
Building ionic cordova app for iOS on M1 Mac
@ionic/angular: 6.0.1 &
cordova-ios: 6.2.0
Hey there,
I just got my new M1 Macbook Pro setup and I'm trying to run the command
ionic cordova build ios
It's failing with
building for iOS Simulator...

DanielRead
Votes: 0
Answers: 1
Cordova updating part of page
I created a login page with javascript. After a succesful the function loadMainActivity is called. As of now the contents are as follows:
async function loadMainActivity(){
document.getElementById...

Anteino
Votes: 0
Answers: 1
Ionic5 IOSFilePicker convert uri to blob
I use this method:
getFiles(){
this.filePicker.pickFile().then(uri => {
console.log('uri '+uri);
})
.catch(err => console.log('Error', err));
}
And I want convert uri to blob because I need t...
Réda Youssoufi
Votes: 0
Answers: 1