python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
The file "test.pdf" could not be opened on mac. [Ionic-iOS]
I am trying to save the pdf in iOS using the Ionic Filesystem. I am using the below functions for writing the files.
Filesystem.writeFile({
path: 'test',
data: EStatementConstant.BinData,
...
shivam
Votes: 0
Answers: 0
Ionic formControlName and ngIf don't work together
I've made a list that will only be shown by a true condition. Inside that list I have a input with formControlName, it works fine without the ngIf="indPermiteDesconto == 1" on ionList. It's ...
Gabriel Artioli
Votes: 0
Answers: 0
How can we implement Face and fingerprint in IONIC 5/Angular with Cordova which works both in IOS and Android
I implemented Biometric with Fingerprint AIO, It works fine for Fingerprint but Face auth is not working, it gives an error while Authenticating message when I try to login using face, Any solution wi...
Developer
Votes: 0
Answers: 0
ionic3 Stripe returning error code "AccessDenied"
I have integrated Stripe payment in my ionicv3 app. Earlier it was working fine but suddenly it has started giving me below error:
Stripe code in my app:
let elements = this.stripe.elements()
var s...
Mr. Void
Votes: 0
Answers: 1