Android Local Notifications not working on API 33
I am running Ionic/React with Local Notifications v5.0.2. They are not firing on Android running 33. The documentation on local notifications is not good and I am not sure what to do. In the official...
View ArticleIon icons not loading with Parcel build
I am using ionicons for my html. It is working fine with live server. I tried to build with parcel and now they are not loading. icons are loading in network tab but not showing up in build. Please...
View ArticlePost Ionic + Capacitor HTTP v4.1.1 + VUE3
I have to send a POST request of the form: “Content-Type”: “multipart/form-data” and I am using capacitor V4.7 but when the request is sent it becomes “application/json” checking the network from the...
View ArticleError line numbers on android builds
I have an android app which records crashes to a log, that users can then send me to debug any problems on device. The problem is the crash errors have all sorts of weird line numbers - the correct...
View ArticleCan't save the plugin to config.xml after adding it?
When adding a plugin using --save, just adding this to package.json, not included in config.xml. Cordova CLI : 11.0.0 (cordova-lib@11.1.0) 1 post - 1 participant Read full topic
View ArticlePOST multipart/form-data in Ionic Native HTTP Capacitor 5
Hi All Is there a way to do POST request with multipart/form-data in ionic native HTTP ? I am using the latest version of Capacitor, Vue and Ionic 1 post - 1 participant Read full topic
View ArticleCapacitorHttp not working in android .apk
(Ionic-Vue 6 with JavaScript) Hi, I use a combination of Axios and CapacitorHttp for API requests, and the setup works well for testing on browsers, emulators and physical devices. Building for...
View ArticleStorybookjs V7 and Ionic Framework & Angular
Install Storybook - Angular, Official Documentation How To Use Storybook v7 With Ionic Framework And Angular Source code and link to blog post included in the video description 1 post - 1 participant...
View ArticleStorybookjs V7 and Ionic Framework & Vue
Install Storybook - Vue This is a bit more complicated, I was helping someout out in discord channel so I quickly put together the basic files you need to make it work. I am working on a video but...
View ArticleDisplay image with overflow on ion modal
Hi guys! I have this app with a sheet modal and we need to display an image in the top part of the modal, something like this But if put an image with absolute position and negative top value, the...
View ArticleNested Routes in Ionic React with Tabs
Hi every body, I have been developing PWA application which has tabs (6 tabs) and 2 of tabs are only for users that logged in. I am trying to show login/signup page when they head over those 2 tabs....
View ArticleMigrate app on Android 11
I need to migrate at Android@11 in order to upload new update on app store. I removed android platform ionic cordova platform remove android I tried to add new android 11 platform ionic cordova...
View ArticleHow to disable Reachability gesture for ios?
I’m wondering if there is a way to disable this feature whilst using your ionic app. My Issue is, I’m using the pickerCtrl and I’ve noticed that if a user swipes down fast enough it will trigger this...
View ArticleNFC Pluging Capacitor + Ionic + VUE
Does it support the latest version of ionic and NFC capacitor? And is there a 100% reliable plugin that can be used? I am using the latest version of capacitor, Ionic and VUE 1 post - 1 participant...
View ArticleIon-select popover interface suddenly stopped working in some phones (Version 5)
Hi, We are using ionic version 5 in our project. From last few days, in very few phones if user clicks on ion-select only background backdrop is showing but there is no popover. I am using interface...
View ArticleNavigator empty for ionic/vue 7
I’m trying to use service workers for background file upload as there is no straightforward solution within the plugins. Unfortunately, when I try to register it I can only see the app object included...
View ArticleWhat version of node should you use?
I have to develop an ionic cordova application from scratch. What version of node should you use right now? I tried to build a simple helloworld app but there are several errors during android build....
View Article[Help] the loading spinner is duplicated 'cuz of React.StrictMode
the loading spinner wont go away: const [showSpinner, hideSpinner] = useIonLoading(); useIonViewWillEnter(() => { showSpinner(); fetchRequest() .then(...) .catch(...) .finally(() => {...
View ArticleProblems after the upgrade to Android Flamingo and Capacitor 5.0.3
Hi i recently upgraded capacitor to 5.0.3 and i have this modules: “@capacitor/android”: “^5.0.3”, “@capacitor/browser”: “^5.0.2”, “@capacitor/camera”: “^5.0.2”, “@capacitor/core”: “^5.0.3”,...
View Article'ion-slide' is not a known element
I Migrated old app to ionic 7 with android 11 and I have problem with ion-slide [ng] Error: src/app/home/home.page.html:110:21 - error NG8001: 'ion-slide' is not a known element: [ng] 1. If...
View Article