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)
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
How to avoid hiding of last item behind ion-tab-bar in Ionic?
I have designed a custom tab bar and placed it at the bottom of the page. When I am scrolling my content, the last item is getting partially hidden behind the ionic tab bar and I am unable to scroll f...
fawad mohammed
Votes: 0
Answers: 1
Use Ionic 5 date picker in Ionic 6
Hi i am using ionic 5 for my project and recently migrated to ionic 6 everything looks great but one thing concerns me is the datetime picker i want that in old style this way please help!

sai kiran
Votes: 0
Answers: 3
How to update capacitor to use android project to SDK v30
I am not sure how to update my capacitor Android project to target SDK v30.
Every time I do rm -rf ./android && ionic capacitor copy android
and edit the build.gradle and variables.grade to se...

El Dude
Votes: 0
Answers: 1