Can't get mat-expansion-panel to open in Ionic 5
I am unable to expand a mat-expansion-panel component within an Ionic 5 application. I have template code as follows <ion-header> <ion-toolbar> <ion-title>Jounral...
View ArticleShow different tabs based on user type
Hello, I have an ionic 5 project in which I need to change the set of tabs based on logged in user. if it is a client or a coach. I have my code ready to check for type of logged in user in the...
View ArticleIonic 5 React - Show Side Menu Only On Some Pages
How can I prevent the side menu from being draggable into view in some pages? Calling menuController.enable(false, "main") doesn’t work properly because it immediately makes the menu disappear instead...
View ArticleIonic 5 React - How to prevent pushing the current page again?
When I click an item (with routerLink set) in the side menu the page is pushed into the history even if that page is already being shown. How can I prevent that? 1 post - 1 participant Read full topic
View ArticleIonic5 menu not closing
I use the below side menu structure to navigate to a view in the app. The route opens yet the menu does not close as desired. Why? Is Ionic3 menuClose still available? I’m not finding it on the ionic5...
View ArticleFirebase cloud messaging - push success token message
I’ve integrated firebase cloud messaging, and got it all working, but i’m getting a popup every time a user logs in or out. I can’t find anything about this on google, but i’m assuming i’ve done...
View ArticleIonic - V5 transparent modal not working
Hi everybody. I searched for every solution I could find for this but I could not make my modal window semi transparent. It seems Ionic / Angular (I am not sure which one) is generating an extra div...
View ArticleIonic 5: ionic capacitor sync never ends
{ "dependencies": { "@angular/common": "~9.1.6", "@angular/core": "~9.1.6", "@angular/fire": "^6.0.2", "@angular/forms": "~9.1.6", "@angular/platform-browser": "~9.1.6",...
View ArticleIonic 5 - Alternate Row color Dark Mode
I have implemented alternate row colors in a list (greenbar effect), using a simple css background-color for the alternate rows, but they look terrible in ios “Dark Mode” Is there a technique to get...
View ArticlePhoto Gallery Blank upon Re-Build - IOS
There is an issue with the Your-First-App (Gallery app) here Ionic Docs Your First Ionic App: Angular - Ionic Documentation Ionic is the app platform for web developers. Build amazing mobile, web, and...
View ArticleBuild error : APK specifies a version code that has already been used
When trying to build and deploy , I get the following error : [13:44:42]: Google Api Error: forbidden: APK specifies a version code that has already been used. - APK specifies a version code that has...
View ArticleIonShop 3.0 - Ionic 5 / Angular 9 Starter + Admin Portal for e-commerce based...
Happy to announce my new #Ionic 5 / #Angular 9 Starter Update is now available! A full solution to create an e-commerce app for Android, iOS and the web Stripe Payments Desktop and PWA Ready Item...
View ArticleAPI HTML response render in HTML by default added "http://localhost:4200/"...
**1) HTML Response from API** [{ "Default_HTML_Overlay": "<div class="tab-pane active" style="width: 348px; height: 204px; margin: 0 auto; background-image:...
View Article.item-datetime | ion-datetime
How to remove the background-activated on ion-datetime? This does not work (nor with important) .item-datetime { --ion-item-background-activated: transparent; --ion-item-background: transparent;...
View ArticleIon-back-button showing wrong page
RouterDirection: Forward page is not staying in navigation stack. Lets imagine the scenario I am on page A which is root page. From page A I went to page B and from page B I went to page C. Now if I...
View ArticleShow home component on ion-tabs
How can I show a certain component when the app starts on a Stencil JS app? I tried doing this (it has worked in the past) on the app-root component: <ion-app> <ion-router useHash={false}>...
View ArticleI am importing values from backend and i want to check multiple values in...
image743×474 36.1 KB image1920×1080 133 KB I am having two values but it’s getting checked for only one value. Can anyone help? 2 posts - 2 participants Read full topic
View Article@ionic-native/ble/ngx startScan([serviceUUID]) never finds my peripheral
I’m using @ionic-native/ble/ngx but it won’t connect to my peripheral. I’ve double-checked the service UUID, can view it in LightBlue. When I was testing earlier, I had placed the device’s MAC in...
View ArticleRoute transition from anywhere on the page
Hi, Natively it is possible to swipe anywhere on the screen and trigger the swipe back or forward transition. Also with the ability to drag essentially and if it’s dragged past 50% then go to the...
View ArticleUsing iframe in mobile application gets the app banned in ios app store?
I want to embed a third party webpage into my mobile app. I thought of using iframe for that purpose. Will my app be not allowed in ios app store or google play store if I use iframe?. Please advise 1...
View Article