How to left-justify a group of icons but right-justify the last icon in the...
I’m trying to left-justify a group of icons in the header row but right justify the last one, on the same row. I cannot figure out how to do that. I can either left or right justify them, but I cannot...
View Article[ion-tabs] Tabs not focused when using a dynamic identifier
Hi all, I am using ion-tabs to help navigate through my app, I have found if I use a sublink with a dynamic identifier the ion-tab remains in its focused state (which is as expected) However if i use...
View ArticleRoute Guard - need help with calling component function
I try to implement route guard that need check is profile valid, but the function checkIsValid is not called profile.guard.ts import { Injectable } from '@angular/core'; import { CanDeactivate } from...
View ArticleHow to prevent bouncing affect in ion-infinite-scroll on iOS
How to stop the following drag effect in iOS inside ion-infinite-scroll? drive.google.com 0b5c8c21-f320-4031-a883-65231f06d9b3.mov (video) Google Drive file. Here is the code used: <ion-row...
View ArticleHow do I get data from function before building UI
Hey guys, so I have a function that sorts and fetches data from Firestore, but I cant get the function to run before the page/component is constructed? Here is the function I need to run before the...
View ArticleHow do I set CSS for browser only?
Everything is looking great for ios and android but for browser, everything is just too big. I want to scale browser content down to 768px width to emulate a mobile feel, like how instagram does it....
View ArticleDom-to-image printing only first chart
I have an Ionic page (page 2) that receives an id number, start date and end date from the previous page (page 1), sends a JSON to the API and receives two arrays: one for dates and one for...
View ArticleSplash Screen appears always
Dear Community, i have a problem with BarcodeScanner an the Default SplashScreen. Always when i change the background from transparent to #ffffff and reverse the splashscreen appears. How can i hide...
View ArticleIonic Auth Connect - OAuth flow shows Native browser controls
Auth Connect plugin shows Native browser controls on Header and Footer (outlined in RED) i.e. Safari in iOS and Chrome in Android Is there a way to hide the Native browser controls in iOS and Android...
View ArticleWhich Framework you're using with Ionic?
Hey Dev! I used ionic since Ionic v1 but Ionic has evolved a lot. I want to know, which tech stack you’re currently using? & why It’s best? Angular + Cordova Angular + Capacitor React + Cordova...
View ArticleFirst time user here, need help with structuring
Hey guys, I am currently building my first app using Ionic (with angular + capacitor / cordova plugins are supported). This is my first time building an app so I didn’t want do build something...
View ArticleUnable to generate release APK using command ionic cordova build android...
Command Executed: ionic cordova build android --prod –release Error cordova.cmd build android –release The platform “–release” does not appear to have been added to this project. [ERROR] An error...
View ArticleStarter Template: Unittest not working in normal Browser?
Ionic-cli version: 6.16.3 node-version: v14.17.3 I’ve created a new with ionic start as angular and blank. Without editing anything then npm run test and visiting the url with a recent chrome. However...
View ArticleMigrating from Ionic 3 app to Ionic 5 Storage problem
Hello everyone, I had developed and released an app with ionic 3. Now I’m about to release a new version of the app developed with ionic 5. The problem is that after updating the app the users cannot...
View ArticleHow to go to Playstore and close the App?
Hello All, I am trying to check the version of my application and if it mismatch than i want to make sure user to go to playstore and exitApp. Promise.all([AppVersion.getVersionNumber()]).then(...
View ArticleHow do I set up SSL in react ionic cordova app?
Hi I found set ups of ssl cert in angular project but not in react. Do I have to set up certification in packege.json like: “scripts”: { "start": "HTTPS=true SSL_CRT_FILE=./.certificates/xxx.cer...
View ArticleIntroducing the New Overlay Hooks for Ionic React
Originally published at: Introducing the New Overlay Hooks for Ionic React - Ionic Blog Hello Friends! We know everyone is excited about the new features in Ionic Framework 6.0 beta, but that doesn’t...
View ArticleTabbed component
Hello, I would like to use tabs within one component, without navigating between different pages. I would like something like Tabs in React-Bootstrap and Tabs in React Material UI. However, as far as...
View ArticleIonic5 tabs and navigation extras
I have a page displaying two tabs using ion-tabs. Each one references another component in my app. THe first time the page is called I send in relevant data via NavigationExtras and everything works...
View Article