How to change the native localization
In my project I use ngx-translate to translate the app. However the plugins are not updated when I change the language. Is it possible to change the native language dynamically through a cordova...
View ArticleIonViewWillEnter doesn't get Triggered
Hi, So I have 3 pages (2 normal view pages and 1 modal page). One of the 2 normal view pages (page A) opens the modal page, and the modal page calls the other normal view page (B). There’s a button in...
View ArticleCan't scroll when using ion-segment
Hi, I am designing a web app at the moment and I have a banner at the top of the page with an ion-segment below the banner. I then have ngIfs to check which segment is selected and display the...
View ArticleregisterBackButtonAction not firing when use --prod
In my app i’ve tried to use the registerBackButtonAction, but when i build with --prod something strange happens. If press the back button in the first page, the registerBackButtonAction is not fired....
View ArticleHeatmap eg: HotJar, MouseFlow, ClickTales etc
Has anyone had any joy using a heatmap service that actually renders Ionic correctly on playback? I’ve tried HotJar and MouseFlow recently - both failed. 1 post - 1 participant Read full topic
View ArticleHow to get image to save in firebase IONIC 5
I implemented img with input display none, and I don’t geting image to sabe in firebase, in my view I have <img [src]="user.avatar != '' ? user.avatar : croppedImagepath" alt=""...
View ArticleApp takes 40 minutes to Compile Browser Platform
Hello, My app takes way too long to compile. Is there a way I can make this compile a bit faster? The app functions properly and optimally in the browser (which I want), but it takes at minimum 40...
View ArticleAnyone who know how to use date picker like iOS native?
IMG_B4359A5E16F2-1750×1334 169 KB I checked native and other plugin…but no one provide sth like iOS native date picker… it show month date and day of week and moving at once … how can I implement sth...
View ArticleCannot find module 'tslib'
I am Facing an issue in ionic angular app. E:\project\ionic\uvparentlan>ionic serve ng.cmd run app:serve --host=localhost --port=8100 [ng] An unhandled exception occurred: Cannot find module...
View ArticleI cannot get scroll event from my ion-content
I have hooked the event (ionScroll) of my ion-content but nothing happened when I scroll. However when I inspect my page and found the shadow element inside ion-content with tag: <main...
View ArticleMake webview transparent
Hello, I am using a plugin https://github.com/cordova-rtc/cordova-plugin-iosrtc to display the user’s camera stream . The plugin creates the video with the stream in a native ios video tag and we...
View Articlewindow.sqlitePlugin is undefined on iOS platfrorm. Ionic 5 app
Could anyone suggest please, what is going wrong ? I use such code. On Android platform everything is ok but on iOS win.sqlitePlugin is undefined. const win: any = window;...
View ArticleSSR for Ionic Angular App
TypeError [ERR_INVALID_URL]: Invalid URL: ./ at onParseError (internal/url.js:243:9) at new URL (internal/url.js:319:5) at bootstrapLazy (dist/app/server/main.js:162078:26) at...
View ArticleIonic navigation double rendering when using protected routes
Jul-30-2020 10-46-26374×612 3.32 MB Link to the test app: https://creators-dashboard-nirav6.developers1.vercel.app/ App animates/flows perfectly when using no conditional rendering, but as you can see...
View ArticleWhy does the default home.page.html have 2 ion-headers?
I’m teaching a course that includes an introduction to Ionic and I’m sure the students are going to ask me to explain the default HTML that is provided in home.page.html – and I can’t explain it....
View ArticleIonic 4 , rtl direction
hey , anyone have a solution for set direction at ionic 4 app without reloading app . 1 post - 1 participant Read full topic
View ArticleIonic5 row - reduce height
The default height of my ion-row is too much. See screenshot. It only contains an icon. I would like to restrict it to the minimum width possible. How? I tried it with no-margin but didn’t work, still...
View ArticleIonic react with hash routing
Hi, I was using IonReactRouter but since last couple of days its not working anymore, not sure if anything changed how can I use hash with react router on ionic 5 I dont see any documentation on how...
View ArticleHow can I set the width of ion-toolbar
I would like to fix the toolbar width when screen size larger than a certain value. But in Ionic 5, the container I want to set the width is inside the shadow dom, which is <div...
View ArticleHow to set root page on ionic 5 react
Hi, How to set root page using ionic 5 react ? Thank You 1 post - 1 participant Read full topic
View Article