Issue with Ionic Storage - Recreates the storage over and over
I would like to achieve something easy, but it won’t work. Once a user logs on I would like to save the token to the local storage and once the user comes back, it should check, if the token is...
View ArticleAre Ionic / Vue / SQLite the right ones for my project?
Hi there, Ionic / Vue / SQLite is new territory for me. I have quite neat skills in coding PHP/HTML/CSS and moderately in Javascript. My Projekt is to transform a PHP/HTML/JS/MySQL - app into a native...
View Articlerouter.setRoot functionality for ionic-vue
Hi, Is there a way to programatically set the root page in ionic-vue? I can push with router.push(), and go back with router.go(-1), but i need a way to clean the stack and set one active page,...
View ArticleDocs: UI Component preview is gone on 13" MacBook Pro, default settings
Dear All, I noticed the docs have been updated. Unfortunately, the components preview is now gone. I am on a MacBook 13", default display size, browser zoom at 100%, full width. See screenshot. 1 post...
View ArticlePrevent scroll padding from being applied on desktop
I want the scrollPadding config option to be enabled. I want padding-bottom: 290px to be added to .scroll-content when an input box gains focus. However, the issue I’m facing is that this padding is...
View ArticleFixing sourcemap errors in Webpack 5
I updated to Ionic 6 and then, since everything was working, I tried to break things again by updating to the latest Create React App alpha: "react-scripts": "5.0.0-next.58+657739fb", Actually, this...
View ArticleWhat's the best practice to implement multi-themes for partner apps
Hi All, my first post here. I used Ionic 2 when it first came out but took a break. Now I’m just recently hopped in with Ionic 5 and I have a theming question for all the ionic experts here. Our...
View ArticleWhite screen instead of splash screen in my iOS device
Hi All, In my iOS device instead of splash screen a white screen appears and then it directly loads the main page, I had generated my own splash screen. Recently I updated my xcode version to 13 and...
View ArticleAuto login app or show login page
I am currently building a small app (Ionic / Angular) and the whole app is protected by AuthGuard (it’s for internal use of a business). It’s working with AuthGuard canActivate. When there is no token...
View ArticleIonic 5 Infinite Scroll issue - Violation warnings
Our app is built with Ionic 5 / Angular 10 and one of the screens contains a list of items which can easily get to a few hundred in total so we use infinite-scroll to load the data page by page. This...
View ArticleEnable push notification with Firebase
I need to enable my ionic5 app to receive firebase push notification. There are 2 different plugins: @awesome-cordova-plugins/firebase @awesome-cordova-plugins/fcm There is a lot of confusion. I...
View ArticleHtml Audio stops playing after app is minimized for some time on Android
We have an app heavily focused on streaming audio files using the HTML audio tag player. In some Android devices the stream will stop after about 3 minutes after the user has minimized/backgrounded...
View ArticleReact Router 6 upgrade
Hello, I’ve been migrating from version 5 to 6. And also decided to migrate react router from 5 to 6 as well. Although it seems like the latest Ionic version 6 is not yet compatible with react router...
View ArticleNot Found - GET https://registry.npmjs.org/@awesome-cordova-plugins%2fqr-scanner
I want to use QR Scanner in application but the plugin from official website could not be installed. It is giving these error when I ran this command npm install @awesome-cordova-plugins/qr-scanner...
View ArticleHow to get a dictionary from a ZoneAwarePromise
I am currently working on my graduation project for my apprenticeship and I would like to ask a question about it. I am developing an Ionic App which basically calculates leasing instalements for...
View ArticlerouterLink on button not working
I have a button and an IonRouterLink on a page, both with the same routerLink attributes. The router link navigates forward, but the button does not. The button: <IonCard> <IonCardContent>...
View ArticleWhat did you guys do? Everything is now broked 😡
Upgraded to v6 and not having a good time Yes, I did the stuff in Upgrading to Ionic 6 | Ionic Documentation There are no errors in the console. When I examine element I see the HTML being generated....
View ArticleUnknown error when running Capacitor App on iOS emulator
Hi everyone. I’m finishing my first Capacitor Ionic App which is a simple news app. This app just makes a call to an API and shows the results. Everything works fine on browser and Android emulator,...
View ArticleIon-infinite-scroll not working on android
I’m trying to use ion-infinite-scroll in my app. It works Properly on the browser but once I build the apk using capacitor the ion-infinite scroll no longer shows in the apk and doesn’t do anything....
View ArticleRuntime Error, Could not find cordova.js script tag. Plugin loading may fail
Hi all, I added some plugin to my ionic5 app and after this my app not works. I built for browser platform (test purpose) and for android. It works successfully with “ionic serve” and if I test on my...
View Article