BUG: Component disappears in the first on iOS
I have a page with the following structure: <ion-header> <ion-toolbar> .... </ion-toolbar> <ion-segment value="{{someVar}}" (ionChange)="onChange($event)">...
View ArticleModal Ionic help
I have a problem with my modal, because the modal on ipad or tablet does not cover the entire screen as it does on a cell phone, some way to fix that little problem. I used this in the styles if it...
View ArticleUsing Vuex4 With Vue3 And Ionic Framework
Using Vuex4 With Vue3 And Ionic Framework A simple introduction to using vuex 4 for state management in vuejs version 3 with ionic framework We cover two specific scenarios when using a simple count...
View ArticleIonic React bundle size and build time
Hello, I am getting towards the point in my project where I need to deploy. Currently, my project is taking 5-10 minutes to build on netlify. I am already doing route based code splitting. Are there...
View ArticleIonic CLI - New sample project failed to push on GitHub Repository
Dear All, I am having a bit of a bizarre situation with my machine. I am trying to figure out what is going on. Any help much appreciated. I have created a blank repository on GitHub account. And Open...
View ArticleHow to better debug this warning? [Vue warn]: Failed to resolve component:...
Hello all, I am currently writing a sample application based on the side menu split-pane starter template:...
View ArticleHow to "wait" for ionic components to load?
Love the components but I am having a very frustrating issue. When my app/webpage loads for the first time, it fetches a whole bunch of images from my S3 bucket. This usually takes a few seconds in...
View ArticleSEO in Ionic WebApp
Hi there! I’m making a webapp for my agency with ionic, but i’m unable to index it in google. I didn’t do anything related to SEO purposes, is there a link to a guide or something so my webapp...
View ArticleSelectable into array
i using selectable to choice currency code and when I select currency , example i select ‘AUD’ but the header.state[2][‘value’] always result empty. and syntax code as below html : Currency Code...
View ArticleHow can I upload a file with text in firebase and read them both in ionic?
The only examples I find are of uploading files only and I want to upload file with text. 1 post - 1 participant Read full topic
View ArticleIssues with Navigating to pages from Left Menu after ionViewCanLeave returned...
In pages where I use ionViewCanLeave(){} When someone tries to leave page 1 to Page 2, and it returns false, it will remain in the current view (Which is ok), but once the condition is met, when you...
View ArticleIon Slide content text behaviour
I know it’s not a big deal but when i’m using <ion-slides> with flip effect… after entering each slide the text goes from the default font color to the one i used on CSS. --ion-text-color:...
View ArticleCan't bind to 'routerLink' since it isn't a known property of 'ion-button'...
Hello, I’m new to ionic, well, yes, I used it for a little while back then, but I forgot almost everything in the meantime. Please consider me a real beginner. And the same is true for Angular… I’m...
View ArticleIon-Tabbar shadow cut off
Currently we are using a cutomized tabbar in our app. We added some border-raduis and shadow to the tabbar as the following: ion-tab-bar { border-radius: 35px 35px 0 0; border: none; padding-top: 5px;...
View ArticleIonic 5, ion refresher error on android
I have a problem on an app in ionic 5, in paigna I have an ion-refresher and an ion-virtual-scroll at the first access to the page the virtual scrol works correctly. When I reload the page the method...
View ArticleLifecycle hooks in safari mobile and ios app don't work
None of the lifecycle hooks work in safari mobile or ios app. NgOnInit and ionViewDidLoad and any of the other lifecycle hooks, they all work on the desktop and android app, but not in the ios side....
View ArticleCannot sign apk
I cannot sign the last apk I’ve compiled. I needed to speciy its output path at File->Project Settings->Project->Project compiler output and set the paths File->Project...
View ArticleCan't make singleton works
Hello! I’m having issues to make my singleton work in my application. It is basically one class to manage some objects in the application, example, database (heaviest), router, navcontroller, etc....
View ArticleQuestion: Source Code Stolen?
It is possible that my www directory from Ionic geranated app to be stolen and recompile it via android studio with capacitor and change some stuff like logo and inject a keylogger at index.html. Is...
View ArticleIonic ios mobile app with Angularfire integration would open up Safari app...
When developing an Ionic app with Angularfire integration and then deploying and running on an iPhone device, the app would often open the Safari app then show the Firebase project webpage with this...
View Article