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)
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: accept payments like a POS
What we're looking for a plugin that allows one of our applications to act like a POS, in order to accept Google Pay, Apple Pay, or contactless cards (debit/credit) payments.
Has anyone any suggestion...

Simone Campagna
Votes: 0
Answers: 0
How to save dynamic files accessible to the user?
I'm using the cordova-plugin-file to save pdf files to the user's
async saveDocument(base64Response: string, fileName: string) {
const folderPath = this.file.documentsDirectory;
await window.r...
LAUTARO
Votes: 0
Answers: 1