Toggle accordion with video content
@P-siu16 wrote: Hi, i’m trying to make an accordion with videos, each title will open the content with the video inside. I did it, but there is a problem localhost_8100_(Galaxy S III) (7).png720x1280...
View ArticleIonic v4 - ngOnInit and constructor cache problem after reload application in...
@frontend-raiden wrote: Hi! I’m experiencing some problems. If I reload the app a certain way (3rd page) than I go back to the previous pages (2nd page than 1st) after this I go back the page where I...
View ArticleIonic v3 with Firebase
@xxgermanoxx wrote: Hi, I’m new to this, both forum and Ionic things. Well, I’m having some kinda trouble because I have configured Firebase database only to get data form to a token (only have token...
View ArticleSwipe to refresh instead of pull to refresh
@RaineB wrote: Hello! I’ve used the ion-refresher on my app, and works relatively fine, but I’m also using supertabs to manage the tabs behavior on my app and when I swipe left in a certain angle,the...
View ArticleUpdating node-modules
@jsmythe wrote: I installed Ionic 4 with ionic start blank and it created @ionic-native node_modules at version beta.15 with corresponding package.json entries. I installed an @ionic-native plugin...
View ArticleCreate my team
@Ludolefrenchy wrote: Hi friends, a person will join me on the dev of my app so how to share our project so that we can work both? thank you in advance Posts: 3 Participants: 2 Read full topic
View ArticleIonic 4: Passing parameters between pages with vanilla javascript
@rolfg wrote: I want to pass one or more parameters switching to the next page using only the ionic web components and vanilla javascript. My router is defined like this: <ion-router id=“router”...
View ArticleIonic 4 - ion-input Two Way Binding
@karvanj wrote: In Ionic 4 how do you do two-way binding. In Ionic 3 I would do the following: <ion-item color="light"> <ion-input type="string" placeholder="Username"...
View ArticleStorage slider
@nahuelreymundo wrote: I have a slider that leads to a page when I press a button. I want only the slider to appear the first time, and when I re-enter the app, it does not appear and only loads the...
View ArticleHow to create global functions and variable through whole app?
@alerkstar wrote: Continuing the discussion from Global variables on ionic 2: Hello ,everybody. I am new to Ionic and now I’m trying to make the global class(with variables and functions) which can be...
View ArticleIONIC 4 - modal events
@mgsmauricio wrote: IONIC 4 - How to use modal events (ionModalDidDismiss)? Posts: 2 Participants: 2 Read full topic
View ArticleSorting (high to low) /(low to high)
@Insuradar-sateesh wrote: how to do sorting in ionic 3 angular 4 (high to low /low to high ) Posts: 1 Participants: 1 Read full topic
View ArticleInput goes under header when focus
@srborchate wrote: Hello Everyone, Please help me. I am developing an application in which input going under header. Thanks, Tushar I have attached screenshot where email input goes under header....
View ArticleVoice call in app to app
@sujithkovaisoft wrote: Hai anybody helps me to create a voice call in an ionic framework is there any possibility for making voice call app in ionic. pls help me for the solution Posts: 1...
View ArticleShould everything be in components instead of in pages?
@Kyrax80 wrote: Someone told me once that Angular is supposed to have everything single thing such as a list in a component. Would this be the same for Ionic and we have to make such things in...
View ArticleNgFor isuue
@flycoders_sourav wrote: Hey Expertise. I want to check month wise.user have paid or due. But I have facing some problem My month name repeat two times. but I need month should be static and value...
View ArticleSidemenu background-color in Ionic-v4
@Driesel wrote: Hi all, i have a Ionic-v4-app with an sidemenu structured like that: <ion-app> <ion-split-pane> <ion-menu> <ion-header> <ion-toolbar> </ion-toolbar>...
View ArticleBetween input field and ion-select tag margin problem
@sahanpasindu wrote: Hello i am facing a problem in ion-list. That contain ion-item and i used input tag like <ion-item> <ion-label color="ligh-grey" floating>Job Status...
View ArticleCheck data in firebase database
@hanan150 wrote: I have app containing register and login page this register.is import { Component } from '@angular/core'; import { NavController ,ToastController,AlertController ,LoadingController }...
View ArticleCannot read property 'latitude' undefined
@salomon022 wrote: Hi, Please help me my ts code import { Geolocation } from '@ionic-native/geolocation'; private lat: any; private lng: any; constructor( private geolocation: Geolocation ) { let...
View Article