Ionic v7 error cordova plugin barcode scanner error plugin_not_installed
hi everybody, i have a problem. I’m using cordova barcodescanner, but when I generted apk por android ok. I’m prove in celular but the plugin is not working error → Pluguin_not_installed npm install...
View ArticleConsistent error I cannot find the meaning of
This is the error I get on my android Logcat: E [AUX]GuiExtAuxCheckAuxPath:667: Null anb it occurs basically anytime there is very little happening on screen on after a user created action fires. I...
View ArticleIon split pane sample for auto-hide and hamburger menu
This page shows how to use the split pane however does not provide enough information about how to make the left menu auto-hide on a phone and display a hamburger in the main caption i.e. the way most...
View ArticleSwiping left to right on ion-grid horizontal list triggers back navigation...
I have a horizontal scrollable list component, basically an ionic grid. This component takes up the whole horizontal space on the screen, edge to edge. If there are too many items in the list, users...
View ArticleIon-content centering not working
Please describe the question in detail and share your code, configuration, and other relevant info. I am trying to simply center the image horizontally and vertically, but other than wrapping it in a...
View ArticleERR_CONNECTION_REFUSED in Android after redirect with MSAL
Hello, I have an Ionic Angular application for Android, where I log my users using the Microsoft MSAL library. I initially log them via loginRedirect, using the Capacitor InAppBrowser. However, once...
View ArticleIonic crashed on start android 11
Hello, We have an ionic 6 angular android app. It is running ok on adroid 7 to android 10 without any issues. Today I tried it with an android11 and it’s immediately stop working. Using emulator it...
View ArticleHow to style IonContent scrollbar?
I have (thick scrollbar) I want (thin scrollbar) : I achieved this look in dev-tools with code: .scroll-y { overflow-y: auto; scrollbar-width: thin; scrollbar-color: lightgray white; } But when I...
View ArticleWeird delay when routing pages
Hello everyone, I got this weird thing where when i route from a page (in the tabs) to some other page which doesnt render the tabs this flickering/delay happens. I am using Ionic 7.2. This is my html...
View ArticleDonde encontrar tuturiales de como crear aplicaicones con Ionic?
Donde se puede encontrar tutoriales en español, para aprender a crear aplicaciones con Ionic? La verdad es difícil muy difícil encontrar buena información en español 1 post - 1 participant Read full...
View ArticleIonic React navigation with multiple routes before viewing tabs
Hi. My name is Fabian and I’m using Ionic React v7. The app I’m building needs to have a tabs layout for users who have signed in, and multiple “landing” routes before a user signs in. Here is my app...
View ArticleIoinicframe ion-alert submit with keyboard
Hi! I have configured ion-alert with input: const alert = await alertController.create({ header: 'Customer quantity', backdropDismiss: false, buttons: [ { text: 'Save', role: 'confirm' } ], inputs: [...
View ArticleHow to add a button between list-items
I want a (plus) button between two existing items of a (reorder) list and the button should appear “on the line” and should not be overlapped by the next item. I tried like this, but with the...
View ArticleIonic modal won't work on Android
Hello people! I have a problem with the component ion-modal and I don’t know how to fix it. I have a contrelled modal in my Angular (16) + Ionic (7) application: <div *ngFor="let timeframe of...
View ArticleBlack screen when launching app on ios
Hello! I wanted to add my app to app store, but I just got a message from app review "We discovered one or more bugs in your app. Specifically, Your app launched to blank screen". I tested this out on...
View ArticleNative calendar support
Hi! I’m using @awesome-cordova-plugins/calendar that was recommended by ionic in the official docs. (Calendar - Awesome Cordova Plugins) After release of ios17 in 2023, plugin got broken. Here is an...
View ArticleBuild to multiple ios apps from same repo
Hi All, We are building an app and it’s going great. however, I am trying to build the app and deploy to multiple ios apps for a different environment. We have internal teams that have a Demo...
View ArticleDarshan Hiranandani - How do I handle platform specific features and native...
Hey everyone, I’m Darshan Hiranandani, currently working on an Ionic application and wondering how you handle platform-specific features and native functionality in your projects. Do you have any tips...
View ArticleDarshan Hiranandani - New joiner to this former
Hey guys Darshan Hiranandani I recently came across this forum platform and would definitely love to connect with everyone here as it would be great for us to build a community that supports and grows...
View ArticleCannot add modal to my code
Hello, I am trying to add modal to my App but it doesn’t recognize the code. My code: import { Component, ViewChild } from ‘@angular/core’; import { IonModal } from ‘@ionic/angular’; export class...
View Article