Designing an application for our website
Hi there, we have a website for which we are looking into designing an application something which is easy to use by people doesn’t matter how experienced they are. The application we are looking to...
View ArticleIonRouterOutlet doesn't work inside app.component
I’m using Ionic v5 and Angular v10, And i’m trying to bind hardware back button event inside app.component . But every time when i try to access routerOutlet it returns undefined error. [import {...
View ArticleHow to change title of ionicons 5?
There is default hover title on each ionicons. but practically no one wants that hover title because requirement of icons are different for different places. I saw title inside shadow root. So how can...
View ArticleIonic iOS double-tap pause event doesn't trigger
When using the platform.pause and platform.resume functions, it doesn’t trigger the pause event on an iOS device when you double-tap the iOS native ‘home’ button. When double tapping it shows the...
View ArticleSlow Ionic-Vue App
I am new to Ionic and using the latest version of Ionic/Vue3 to develop a tab based iOS and Android app. The only issue I am facing page is that page transition/change is painfully slow. The modal...
View ArticleNg-fullcalendar event timeline issue
Hello. Im having issue with ng-fullcalendar. File_0001512×2016 1.01 MB As you can see, start time is correct but end time is not showing well. Ionic: ionic (Ionic CLI) : 4.12.0...
View ArticleContent Resize in Ionic5
Hi people, in ionic v3 there is @ViewChild(Content) content: Content; and I can use this.content.resize(); but in ionicv5 Angular where is .resize() functions? I tried import {IonContent} from...
View ArticleAdmob plugin and consent / google UMP
Does anyone know a way to integrate the google ump sdk for asking Europeans their consent for showing personalized ads when using admob in Ionic ? It seems to be mandatory to request the user’s...
View ArticleImage not showing in device
I’ve a simple grid and it contains a simple image which works perfect on chrome browser, but the image doesn’t show in mobile device (android). The image in last column doesn’t show in mobile device...
View ArticleWorkaround needed for verified Ionic iOS Scrolling Bug
I’ve been struggling for weeks now with the scrolling bug described here: github.com/ionic-team/ionic-framework bug: ios 14, toggling pointer events does not re-enable scrolling opened 12:06PM - 13...
View ArticleAfter login, app is not redirecting to tabspage in ionic 4 (IOS)
After login, the app is not navigating to tabspage in ionic 4, and this code working in android but not working in ios tabs.router.module.ts code : const routes: Routes = [ { path: 'tabs', component:...
View ArticleIonic 5 app lags when integrated with Login module in Android ecosystem
Hello guys, I am here looking for some solution for an issue that I am facing in my Ionic 5 mobile app (Android). The pages that I had developed has smooth page transitions, smooth CSS/Angular...
View ArticlePossible bug in ion-range
I’ve found a problem when trying to change a color to an IonRange dynamically, but I’m not sure whether this is a bug or not. An example: An IonRange with dual knobs. It must go from red, if the...
View ArticleIonic serve create bucle of cmd and nodejs instances
Hi, I try to run a simple Ionic tab app, when I run Ionic serve the disk space (50GB free ) is filled progressive with infinite instances of nodejs and cmd, any solution? I use windows 10, and Ionic...
View ArticleAggrregating multiple service providers
Hi all, I am looking for advice on the best pattern to do the following: My app has 10 service providers to service the state of 10 different data types. Their classes are all extending a base generic...
View ArticleHow to add identifiers to html elements for test automation
Hi all, for automation purposes we need to add an identifier to each interactable element. Below is our first attempt. We added id=“login.email” to ion-input. But in order for it to work with Selenium...
View ArticleVue unit test - SyntaxError: Cannot use import statement outside a module
I’ve just created a fresh Ionic Vue project using Ionic Start and have opened up the vue UI tool and run the Unit Test task. I get the following error: SyntaxError: Cannot use import statement outside...
View ArticleIonic Button center icon and text
Hello, I need help for something that is making me crazy. I need to center an icon with text into a button. If I could use pure CSS, I can do with Flexbox. But in this case I can’t. I have tried all...
View ArticleRipple effect offset when scaling all components with "zoom"
Hey guys, I’ve scaled my whole web app using the css * { zoom: 1.06; -moz-transform: scale(1.06); -moz-transform-origin: 0 0; } Works, but now the ripple effect has an offset. How to aboid that? 1...
View ArticleIonic 5 Websocket Server not working
I’ve run into multiple issues trying to get the documented example for Websocket Server to work. The issue I’m finally stumped on is that this line: this.wsserver.watchMessage().subscribe(result =>...
View Article