Is there a method of sending FormData in http POST request in Ionic while CapacitorHttp is enabled?
I am trying to upload an image to Cloudinary from an Ionic IOS app. I am sending the file using FormData but CapacitorHttp is enabled in the app in order to deal with CORS issues. However, FormData does not work with CapacitorHttp.
ionic 7 capacitor app video edit tool implement issue
I am building an Ionic 7 app with Capacitor using Angular 17. I need to add video editing features similar to Instagram Reels. Specifically, I need the following options:
My ionic angular app is not working properly after making a build while in live run and on website is totally fine
I am working on an ionic angular app. When working on it, I was suing ionic cap run iOS -l. when I finished, I ran the app without live this time, but the ion header was going under the status bar even before the screen started, and the same for the ion footer but from the bottom. Moreover, the app is very laggy and not working properly. I have never faced such an issue.