HTTP request error on iOS. Working fine other platforms
Hello guys - I am receiving this error when using my freshly compiled app on a physical iOS device on XCode. I’ve had a good google about this, but all the other questions seem to pertain to this...
View ArticleIonic capacitor v3, is not working email composer
Hello, everyone. I am Silas, I used @ionic-native/email-composer and @awesome-cordova-plugins/email-composer in capacitor v3 But these are not working for me. If you have solutions, please help me...
View ArticleIssue with reactivity in Vue with Pinia and router caching pages
It can be the dumbest question, but I think not. Lets imagine you have an app that has a login, donwloads some data and then you can log out. Lets imagine you have 2 pages. So you step on all of them...
View ArticleSwiper (slideChange) doesn't work
Hello, can anyone tell me why the interpolation of the index property doesn’t work? the value remains fixed at 1. .html <swiper (slideChange)="onSlideChange($event)"> <ng-template *ngFor =...
View ArticleHide side menu in vue app
I am relatively new to ionic and vue, I created an application with a sidemenu, however I would like to hide this sidemenu on specified views lets say the login view, below is my code <template>...
View ArticleIonic serve | Node packages may not be installed
$ ionic serve ng.cmd run app:serve --host=localhost --port=8100 [ng] Node packages may not be installed. Try installing with ‘npm install’. [ng] Could not find the...
View ArticleIonic cordova build --release android generates aab file instead of apk
ionic cordova build --release android generates aab file instead of apk how to solve this issue 1 post - 1 participant Read full topic
View ArticleInput type=file FileReader onloadend works on browser but not in mobile
I have a simple file input which called selectFiles($event) on change. The files then passed to a FileReader. The exact same code below works well when on a desktop browser through >ionic serve....
View ArticleA Visual Studio Code Extension for Ionic
Originally published at: A Visual Studio Code Extension for Ionic - Ionic Blog Historically, when working with Ionic/Capacitor, the CLI is the main interface developers use to invoke various...
View ArticleTranslate3d over voiceover badly calculates the selected area
Hello everyone, I would like to report the following bug connected to the ion-virtual-scroll ionic element, and with it’s translate3d formula. So, we have a list of users… Sometimes this list can...
View ArticleWhen starting app (first time) while device is offline black screen shows
I am building an app that needs to have offline capabilities. At the moment with an archived ipa, when I start it for the first time (or after a force quit) when the device is offline (iphone), the...
View ArticleHow to exclude weekends in Ion-DateTime component
Hello everyone, I need to exclude weekends from my dateTime. How can I do this? Thanks a lot to everyone 1 post - 1 participant Read full topic
View ArticleBest Open Source Chat and DB to Use?
Hello amazing web devs of the Internet world! I have a client who needs to build a fairly robust chat app within an Ionic framework. I see there are several good open source templates on the frontend...
View ArticleChange the base font size in Ionic
Rather than target specific components, how can I set the base font size for my whole app? Is there something like an --ion-base-font-size variable? 1 post - 1 participant Read full topic
View ArticleError going to previous page in Ionic with Angular (Android)
I have an application developed with Ionic + Capacitor + Angular. Everything works correctly until I install a cordova plugin (for example cordova-plugin-fingerprint-aio), from here, when I compile...
View ArticleModal + image = lag
Hi, I am using a modal container with 4 images inside. When I open the modal, the modal slide correctly but the images are displayed only after the modal is 100% opened. The text are displayed during...
View ArticleSuperfluous "app" layer in routes of Conference App
I’ve been playing around with the conference app to get my head around combining tabs and the side menu and I have a question about the routing. The four main tabs (schedule, speakers, map, &...
View ArticleIonic 6 is using the var() CSS function which is not supported on my Android...
I am using ion-list-header. It has the following style: padding-inline-start: calc(var(–ion-safe-area-left, 0) + 16px); But it is not supported on my Android 8 device’s WebView. Is there any...
View ArticleION-RANGE: Only change value when using the knob, disable range-bar click...
Hi, I want to disable the click / touched event when clicking / tapping on the range-bar from the ion-range component. Only the knob should change the value. For ideas I would be very grateful, THX 1...
View ArticleHow to Host Ionic PWA in the subfolder of Github Pages
I want to host an Ionic QR code scanner on the GitHub pages under this path: Ionic App. I modified the package.json to add the homepage value and run ionic build --prod to build it. But it does not...
View Article