App is not connected to iis server within same the network
Hi there i have convert angular 17 project into android app by using capacitor, and i want that app can connect to my local iis server which will be in same network. i have made provision to set iis...
View ArticleCapacitor file upload server ionic angular
async uploadFile(data: FormData) { try { const respones = await CapacitorHttp.request({ method: 'POST', url: this.apilUrl, headers: {"Content-Type": "multipart/form-data"}, data: data, }) ;...
View ArticleSocial Sharing an Image
I’m using Ionic with vue.js and want users in my app to be able to select an image then share it to Facebook. I’m using html2canvas with the @capacitor/share but I cannot share this image. How can I...
View ArticleIonic-8 / ion-select with popover interface : label's option not wrapped
I’m facing an issue with ion-select of Ionic 8. I’m using the popover interface and my long labels aren’t wrapped as you can see on this picture: Here’s my code: <ion-select...
View ArticleIonic-8 / ion-select with popover interface : label's option not wrapped
I’m facing an issue with ion-select of Ionic 8. I’m using the popover interface and my long labels aren’t wrapped as you can see on this picture: Here’s my code: <ion-select...
View ArticleIon-select custom item
We use IonSelect (ion-select: Select One or Multiple Value Boxes or Placeholders) and would love to customize the IonSelectOption item content. But when we place any extra html/components inside the...
View ArticleHow to download large files efficiently and very fast using native plugin?
I want to download a file which is of 200mb, I am using ionic with capacitor, I want to know how I can quickly download a file efficiently wihout getting out of memory issue. 1 post - 1 participant...
View ArticleIonSpinner not rendering on real device
Hello, I have recently added a loading icon via the IonSpinner component from Ionic. This works great on web and on iPhone/ iPad simulators. But when I send the app to test flight and test the app on...
View ArticleIonic 8 footer overlaps page
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticlePrinting on integrated printer
I have smart terminal with integrated printer ( A1 smart desktop terminal ), it’s some sort of tablet with android and printer itegrated. Problem is printing from ionic app, it was easy with bluetooth...
View ArticleIonic 8 swiper-container autoHeight not working
I have <swiper-container #swiper [autoHeight]=“true” [modules]=“swiperModules”> in my code and i was working in Ionic 7. After update, it is not working and don’t show all items in...
View ArticleCan't create a new ionic project
When i use the ionic start command, i get this error: Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:218:20) { errno: -4077, code: ‘ECONNRESET’, syscall: ‘read’,...
View ArticleWhy does modalController.create promise don't seem to finish when running in...
I created this code snippet to simplify the code async handleAddDevice() { try { const modal = await this.modalCtrl.create({ component: CreateEditDevicePage, }); // if i write some code on this line...
View ArticleIs Ionic v8 compatible with react-router v6
Ive upgraded react-router and react-router-dom to v6 and i get compile errors from @ionic/react-router. ERROR in ./node_modules/@ionic/react-router/dist/index.js 2:0-66 Module not found: Error: Can't...
View ArticleSliding back + NavController.back() not working together
Dear Community, when I use the “hardware back functionality” inside my app which is the swipe from left on iOS and the swipe to left on Android, I correctly see the last page on my navigation stack....
View ArticleIs any possibility to add ionic icon inside alert
Is any possibility to add ionic icon inside alert, i have tried like this, but it didn’t work, it display as plain text. i’m using ionic vue 8.2 onMounted(async () => { addIcons({...
View ArticleWill ionic dismiss ion-modal from android phone back button
In the document I find this statement Ionic Framework Docs Hardware Back Button | Ionic Documentation Hardware Back Button for Capacitor & Cordova on Android Devices The hardware back button is...
View ArticleNo provider for HttpClient - Ionic 7 angular 18
Since httpClientModule is deprecated in Angular 18, I use provideHttpClient from ‘@angular/common/http’ as It is indicated and provide it as ‘providers’ in my page module. No error is shown- But when...
View ArticleIon-tab-button with blank "tab" attribute is not working (for homepage)? Any...
I’m developing web/hybrid application. I’m using Ionic tabs. Everything works fine but what bothers me is that I have to have “url parameter” for homepage. For example (tab-page.component.html)....
View ArticleSwitching between tabs, that are one or more inner/sibling view deep, breaks...
When using tabs in Ionic Vue, the navigation breaks when you switch between tabs if two or more tabs are one or more inner/sibling view deep in their respective navigation stacks. This might be due to...
View Article