Doubth with navigate Ionic V5
If I am on a page whose name is “hello” and in it there is a button that takes you to a page whose name is “home” and in “home” there is another button that leads to “hello”, how can I make that when...
View ArticleIon-segment-button CSS custom properties
I would like to change the ion segment button color when it is checked. I tried to write the CSS code at variables.css file as well, however no success. Below is the code : ion-segment-button{ color:...
View ArticleIonic 5 Storage data not persistent between components
Hi All! In my newly created app I’m accessing storage in multiple places As suggested I create for that purpose storage service as following: src/services/storage_service.ts import { Injectable } from...
View ArticlePopover connected to a button, without clicking the button
I’m trying to create a popover indicating a button without having to click the button. I want the popover to be shown only the first time you open the page and indicating to a button without the need...
View ArticleEmbedding portion of the app / sharing components with another app
Just curious if anyone has done this—I think that perhaps I know how to do this but it would save me some headache to validate this. We have an app. It has a page and several of that page’s components...
View ArticleLooking for experience Ionic Angular developers
Hi guys, I am looking for someone to perform a task for my ionic app, yes you heard that right, I am also a developer but for this particular task, I have no idea how to do it. Hence, I am looking for...
View ArticleIonic and Lerna and Rollup, oh my!
Originally published at: Ionic and Lerna and Rollup, oh my! - Ionic Blog This is part one of a new series on monorepos. By the end of the series, you’ll have the tools you need to adopt monorepo...
View ArticleNot working v-model
I want to use v-model in serarch bar. How should I use it? <template> <ion-modal :is-Open="isOpen" > <ion-page> <ion-header> <ion-toolbar> <!-- <ion-title>{{...
View ArticleException in unit tests with radio buttons: config.get is not a function
Hi, I constantly get exceptions in my unit tests, if the component uses ion-radio: ERROR: TypeError: config.get is not a function TypeError: config.get is not a function at addEventListener...
View ArticleIonic5 React Status Bar Style
Hello to all ionic users out there! Im currenty building my first app and managed to make great progress. Now im trying to style the status bar, to make it less eye catching but i have some problems...
View ArticleChat with Firebase - scroll down after messages received
Hi, i found several threads regarding this topic but I wasnt able to make any of the solutions there work in my case. You will notice reading this, that I just started doing stuff with the ionic...
View ArticlePopover Uncaught (in promise) TypeError: Cannot read property '__props' of...
runtime-core.esm-bundler.js?5c40:1667 Uncaught (in promise) TypeError: Cannot read property '__props' of undefined at normalizePropsOptions (runtime-core.esm-bundler.js?5c40:1667) at extendProps...
View ArticleIs there a way to add shadow to ion-textarea?
I’m going to add shadow to ion-textarea(not ion-item), but it’s not working when I do as following. <ion-row class="ion-align-items-center ion-justify-content-center ion-no-padding"> <ion-col...
View ArticleCrash on WebView
Hello everyone, I am using Ionic Capacitor and trying to do a seamless loop with a java media player Everytime I play my webview (audio mp3) crashes Error: E/chromium:...
View ArticleHow to add costum rating bar in a page without using ionic-rating components
How to use custom as a bar for rating which can change on click and in update ? without using ionic component 1 post - 1 participant Read full topic
View ArticleComputed runs only once in vue modal
no modal image824×220 7.43 KB in modal image820×342 29.8 KB image817×318 24.9 KB Tab2 code <template> <ion-page> <ion-header> <ion-toolbar> <ion-title>Tab...
View ArticlePlatform Theme not loaded
Hello Guys, Been long using ionic framework and I’am happy with default theme. Until I want to test dark theme. I notice the platform theme .ios body {} and .md body {} inside ./theme/variables.scss...
View ArticleGoogle map marker error
Hello, I developed an application with ionic / angular / capacitor, a tracking application with the google map api everything works fine when it is in the machine (ionic server) but when I deploy the...
View ArticleIonic angular dropdown list
I have a problem with dropdown list, I don’t understand how to expand the list and hide it. Does anyone have any ideas what needs to be added, preferably without using third-party libraries. My idea...
View ArticleBehavior when routing to a child route from home screen
I am using tabs have some nested routes in my app, and have a structure something like this: /app/tabs/home /app/tabs/news /app/tabs/news/story I am passing a query parameter to my...
View Article