Best way to provide data from storage throughout the application
I am a newbie and come from PHP web development. I would like to be able to access data stored in the storage (SQLite, etc. not the local storage) from the whole application. That is, read once and...
View ArticleHow to access Ionic Vue Lifecycle hooks in setup in Ionic Vue 5.5.2
Hi, Now that https://github.com/ionic-team/ionic-framework/issues/22440 is resolved, how can I access Ionic Lifecycle hooks in setup method? The official documentation does not have any concrete...
View ArticlePass a hook and a function to a function
Hello everyone. Given the main component called Registro, which has 2 components in IonContent: RegistroNuevaCuenta and IonAlert What I need is to pass the hook showAlert to RegistroNuevaCuenta So...
View ArticleApp-to-app communication on local network?
Looking for suggestions on solutions to allow two instances of my app running on phones on the same local wifi network to talk to each other and exchange data, without using any third-party paid...
View ArticleHide tabs when navigate/push to another page
How do I hide tabs when I navigate to a page? It seems like a basic thing but I see no documentation on it. This is the skeleton of my app root: <IonApp> <IonReactRouter> <IonTabs>...
View ArticleHow to call rest api in background mode in ionic 4+
How to call rest api in background mode in ionic 4+ platform.ready().then(async () => { console.log(“background mode offff”) this.backgroundMode.enable(); console.log(“background mode...
View ArticleIonic 5 checkbox spin animation
Hi folks, I’m playing around Ionic 5 animations and here is some interesting aproach for checkbox for .html file: <ion-checkbox slot="start" class="ion-checkbox"...
View ArticleMacbook Pro & IONIC Development
Hello, over the Christmas days me old ASUS Computer gave up. Now i bougt a Macbook Pro 16 Inch Intel i9 processort 64GB RAM 2TB SSD 8GB Graphic card. The idea is to put the new “Big Sur” OS on the MAc...
View ArticleError in Http module (ionic 3) and I have failed to solve
any Cannot use namespace ‘Http’ as a type.ts(2709) Peek Problem (Ctrl+K N) No quick fixes available I get the above error in my login.ts Below is my login.ts code: import { Component } from...
View ArticleIonic 5 data search phpAdmin
Hi All, I am new to Ionic and the community. I am hoping to develop a data driven ionic 5 app with XAMMP. To this end I am looking for a tutorial that covers data retrieval with Ionic search bar and...
View ArticleWhite screen at android
I create ionic app, it works well in browser, but I want build for android. It work as expected only in one type of virtual device, all other with lower api version give me white screen and different...
View ArticleBasic expand / collapse element?
Anyone know of a sample or recipe for a basic expand / collapse or accordion component with Ionic Vue? 1 post - 1 participant Read full topic
View ArticleIonic front-end + Strapi back-end device http conection trouble
I am having and old and solved trouble on my app development. I had this error before with CORS and my app. Well, It seems that my problem configurating middleware.js is a version problem. After...
View ArticleIonic CORS inconsistency between android build and development environment
Hello guys! I m pretty new to ionic and I m currently trying to make an app where you can get the link to the audio of the youtube video, it looks good on paper until i tried it out. I know there is a...
View ArticleHow to chrome cast content from ionic capacitor app
I have been looking out for this since while now. I can see react native providing plugin for this but not ionic. Is there really a way to achieve this? 1 post - 1 participant Read full topic
View ArticleCreate dynamic components and add new items based on pages
Hi everyone, I just stared working on ionic and I am stuck in a problem, a help will be really appreciated. So here is my requirement: I want to create a dynamic component (a horizontal line with a...
View ArticleBase Components - Ionic/Vue best practice
Just starting out with Ionic/Vue having been working with Ionic/Angular for a few years. Trying to get to grips with some best practices early on. To save importing and registering the following in...
View ArticleHow to programatically close ion-sliding-item?
I have a component below which renders information for each element in the list: <template> <ion-item-sliding> <ion-item-options side="start"> <ion-item-option color="danger">...
View ArticleCORS problem with POST https request
I need to send a request to a bank payment API from an Ionic app, using the Angular HTTP Client service. The request shouldn’t triggera CORS preflight because: Use a POST verb The only header added is...
View ArticleIonic Vue Taskbar. Button behind taskbar
Hi. I am new to Ionic and using Vue.js. I am trying to style my taskbar but the middle button is being cut by the taskbar. Increasing the taskbar height is not asn option as that will take up content...
View Article