IONIC 4 : getActiveIndex() is not working in ion-slides
@dvtopiya wrote: Using IONIC 4 ion-slides, I am trying to get currently clicked silde index using getActiveIndex() as below which it is not working. <ion-slides #testSlider...
View ArticleIonic 4: "export 'List' was not found in '@ionic/angular'
@rizotas wrote: Using @ionic/angular@4.0.0-rc.0, when I try to import list, as follow: import { Platform, ToastController, List } from '@ionic/angular'; I get this buildtime error: [ng] "export ‘List’...
View Article[ionic 4] Anybody has a working demo using ngx-translate and ionic 4.0.0-rc.0?
@gigocabrera wrote: Anybody has a working demo using ngx-translate and ionic 4.0.0-rc.0? I’m not able to make it work. If anybody has a working demo/repo, I would greatly appreciate sharing it so I...
View ArticleIonic 3 View render error
@vemple wrote: hello some one know or guess why that happen ? imgbb.com IMG-6793 Image IMG-6793 hosted in imgbb.com Posts: 1 Participants: 1 Read full topic
View ArticleError run ionic cordova build ios --prod on mac
@BETOUBAM wrote: Hey, I need help when I launch this command ionic cordova build ios --prod. I get this error: cordova build ios --release Discovered plugin “cordova-plugin-globalization” in...
View ArticleSegment with array - Ionic 3
@lucasdragos wrote: hey guys how to do this filter ? When click on “Verdura” show only object with type “V” and when he click on “Fruta” show only the object with type “F” this is my code . html...
View ArticleSegment Filter using a object
@lucasdragos wrote: I have an object with a category: type, and I need to list in my segment the items according to their type. object: arrProduto 1. produto: 1. Type: "V " 2. idProduto: 276 3. name:...
View ArticleI have a problem with the clipboard plugin.
@craupesantez wrote: Soy nuevo con ionico, he buscado el error en internet y todo lo que he encontrado no me ha servidor para solucionarlo. cuando ejecuto el siguiente comando “ionic cordova run...
View ArticleHow to update timer component foreach value to each product using json api ?
@dileepyadav4it wrote: ** I am making e-commerce countdown timer sale component. I made separate timer component and passing date and time for the end sale to child component using a @input decorator....
View ArticleDisable vertical scroll of ion-slides
@shuaiwang wrote: I am using ion-slides to create an image carousel. In my .css, I have ion-slides.slides { height: auto: } so that text will directly fall under the carousel. How can I disable...
View ArticleGradle based Broswer/iOS platform build
@tushhtrivedi wrote: Hi All, Can some one please guide me how to setup/create browser platform build using gradle? If some one can share basic stater gradle script for the same than it will be great...
View ArticleIonic 4 Keyboard covers Content on iOS
@Diesel555 wrote: Below is the HTML for the page. When I click on the bottom text box, the keyboard displays over the text box, not allowing it to be seen. Image below as well. Is it because of the...
View ArticleIONIC4 - get params from parent route
@haythoo wrote: Hi, I’m using ionic 4 RC.0. I’m using tabs for my view, where I have a master page that include 3 tabs. the routing is like this merchant-home >> merchant ID tab 1 tab 2 tab 3 in...
View ArticleIonic 4.6.0 is not working: Zliberror
@israelysm wrote: This is my error C:\xampp\htdocs>ionic start myApp tabs --type=ionic-angular √ Preparing directory .\myApp - done! \ Downloading and extracting tabs starter (100.00%)...
View ArticleConflict between geolocation and FCM
@trackurscoil wrote: Hi, I have a conflict between 2 plugins of google: gelocation and FCM, The next warning appears when i navigate between pages: “failed to post notification on channel null…”...
View ArticleRegarding moodle mobile app
@zshanthi wrote: GitHub moodlehq/moodlemobile2 The Moodle Mobile app version 2.x. Contribute to moodlehq/moodlemobile2 development by creating an account on GitHub. This is an ionic app All works fine...
View ArticleCSS is not showing in Chrome after Ionic serve
@ayubIonicpro wrote: Respected Ionic community, I updated Node from 6 to Node 10 version and after update my each and every project got error of SASS so I searched about it and fixed it with this...
View ArticleiOS ion-select action-sheet scrolling inertia
@alex87 wrote: On Android the <ion-select> with the action-sheet interface has scrolling inertia making it nice and quick to flick through long lists. On ios however it only scrolls a few line...
View ArticleCannot build Ionic app with Firebase
@abdullahdawoud wrote: Hi I created ionic 3 app with firebase connection - using this tut: Building a Ionic Firebase App step by step the application start correctly, and connected to firebase DB.and...
View ArticleTrying to Install PouchDB with Ionic 4 goes wrong
@helenakohan wrote: Hi: I’m trying to migrate from ionic 2 to 4 beta. I use PouchDB heavily. I tried to install PouchDB to the project but it gets me errors right of the install code of PouchDB. Just...
View Article