Search bar in header is not vertically centered on iOS
Using Ionic version 6.17.0, with this template code: <ion-header> <ion-toolbar> <ion-buttons slot="start"> <ion-menu-button></ion-menu-button> </ion-buttons>...
View ArticlebeforeRouteUpdate and beforeRouteLeave never called
Good catch! This dev build should fix that: npm install @ionic/vue@5.7.0-dev.202108252303.c93c4cd @ionic/vue-router@5.7.0-dev.202108252303.c93c4cd I would not recommend using the development build in...
View Article@ionic-native/clipboard constructor breaks app
The most frequent cause of “app unresponsive” is uncaught exceptions bringing down the main rendering and reacting thread. Attach a debugger and look for messages in the JavaScript console.
View ArticleSearch bar in header is not vertically centered on iOS
doron: Using Ionic version 6.17.0 I believe the most recent release version is 5.6.14. Are you using the v6 beta?
View Article@ionic-native/clipboard constructor breaks app
I ended up changing the clipboard type. I think the docs I was pulling up were for Cordova. I ended up changing to the following code and it fixed my problem. import { Component } from...
View ArticleSearch bar in header is not vertically centered on iOS
Please accept the apologies for my mistake! I did an ionic --version but that was the CLI version… my library version from package.json is indeed 5.6.14 - will edit to reflect that now. [ should also...
View ArticleHow do you use Gestures API in a Vue Component?
I don’t understand how to integrate the Vue Gestures double press API example in the Ionic documentation into a Vue component. The example seems to be lacking any Component context and my attempts to...
View ArticleAngular ngFor not iterating through array on Android
Alright so I went back to httpClient, and sure enough I just needed to fix some settings with CORS on my backend. Thank you for the insight and opinion! Appreciate the help mate!
View ArticleIonic React: Going back IonTabs to another IonTabs error
I do not know if this is a bug or not. So I have router with switch. Each switch has different IonTabs inside it. Here is my router: <IonPage id="main"> <Switch> <Route...
View ArticleNG0302: The pipe 'translate' could not be found!
Hello, Kindly import TranslateModule in your page.module.ts file as shown below import { TanslateModule } from ‘@ngx-translate/core’; imports : [ …, TranslateModule]
View ArticleNG0302: The pipe 'translate' could not be found!
Already imported. ClubPage in my Main Page. @NgModule({ imports: [ CommonModule, FormsModule, IonicModule, ClubPageRoutingModule, HeaderComponentModule, ClubSettingsMenuComponentModule,...
View ArticleUnrelated view is mounted
Yes, both components have IonPage component, here’s what they look like: <ion-page> <ion-header :translucent="true" class="ion-no-border"> <ion-toolbar> <ion-buttons...
View ArticleIonic 5 class .split-pane-visible
I’ve been trying to do the same, tried to add a transition on the .split-pane-visible or the ion-menu display property, nothing worked
View ArticleMaxi Cabs Cranbourne
Maxi Cabs is one of the standard cab service in cranbourne which offer excellent and Trustable Cab Services. We are the local taxi service provider in all Melbourne suburbs. Easy to Book Maxi Cab in...
View ArticleIonic 3 app taking huge time to run and build
Hi, I’m using ionic 3 and i’m using lazy loading ,My app contains more than 200 pages. My problem is while running,building app taking huge time.It’s been frustrating to develop.Can anyone help me out...
View ArticleAnnouncing Ionic Storage v3
Hello, Do you know what is the max size when using indexedDb ? reading Data Storage - Ionic Enterprise Reference Guide, it’s only said that “Limited storage capacity” checking ionic-storage.js,...
View ArticleIOS build failed for IOS 14 - Property 'userAgent' not found on object of...
Hello, With Ionic 3 and cordova-plugin-ionic-webview@5.0.0, ipad is neither recognize as tablet neither ios , see on Platform not recognizing ios, and under ios14, the solution above doesn’t worked....
View Article