Select/deselect all options in a dynamically created ion-select
@ko5win wrote: How do I implement a select/ deselect all function in my check-boxes that are rendered dynamically from server? HTML <ion-select [(ngModel)]="selectedvalue" multiple="true"...
View ArticleIonic array [string, Array] - key, value
@piraba wrote: My requirement is array key, value pair. consData: [string, Array]; premiseData: Array; getConsumptionData(customerId : string, consList : Array<Consumption>){ for (var i = 0; i...
View ArticleHow to change Splash Screen image in ionic for both android and ios
@droid16985663 wrote: I change image in resource but its not working Posts: 1 Participants: 1 Read full topic
View ArticleIonic 3 Modify DOM Element
@codenoid wrote: hi, i make an scanner app, okay let’s to the point, this is my code : io1.png836x680 111 KB io2.png648x546 43.2 KB i want to change html element value and img src attribute, thanks...
View ArticleModule '" node_modules/@angular/core/index"' has no exported member...
@Shequeri wrote: I have this error for a few days now but all was vain. Please do help me if you can, thanks. Below is my console; C:\Users\Tomorow\appocalypse\QRDoors>ionic serve Starting...
View ArticleIon-infinite-scroll in div doesn't work
@qdentabino wrote: Hi. My current template is like this. <ion-content> <div #1> some contents… </div> <div #2> some contents… </div>" <div #3 style=“height:calc( 100%...
View ArticleHighchart ionic 3 update xAxis label
@nocture wrote: i using ionic 3 import * as HighCharts from ‘highcharts’; i can display chart by the below code ionViewDidLoad() { var myChart = HighCharts.chart(‘container’, { chart: { type: ‘bar’ },...
View ArticleGetting Unhandled Promise Rejection Warning on Run and Build command
@sagarkodte wrote: E:\banana>ionic cordova build android Running app-scripts build: --platform android --target cordova [12:36:52] build dev started … [12:36:54] clean started … [12:36:54] clean...
View ArticleHow to return the result of this function
@durvilchat wrote: hello please help me I have a problem with this function I would like him to return the result of the search in the database my results are always wrong. test(value) { var res;...
View ArticleStable version of Ionic 3
@Spsahu wrote: Hey Ionic team I am going to develop production app for all three platform i.e web ,android and ios. Please suggest me the stable version of Ionic CLI , Ionic app lib version and...
View ArticleHow to parse a json to add values for a select option?
@anespa wrote: Dear friends, I am a newbie in ionic 3. I am doing one form in which i need to show the dynamic select option from a json file . The option value is an id like 1,2,3 etc… and showing...
View ArticlePaypal Plugin
@ankusht wrote: Hello Devlopers, I have installed PayPal plugin, after install plugin it can automatically install two plugin one is card io another is PayPal and cardio plugin is 243mb it can...
View ArticleAlert popup data pushed to firebase
@RobertLow wrote: Hi, I wanted to push the data keyed in from the popup box to firebase for future retrieve. This is my code, home.ts import { AngularFireModule } from 'angularfire2'; import {...
View ArticleList from JSON does not appear
@Tikorps wrote: Hello, I have a php file that echo a JSON objet list and i try to put this items in a ion-list following this tutorial :...
View ArticleProblem playing mp3 files in my app?
@pinoyprogs wrote: Hi I have 30 mp3 files in my ionic app www/assets/songs/filename.mp3 this is the exact location. And then I have 30 images also each time I tap the image it will give a sounds. Now...
View ArticleInfinite-scroll doen't fire inside a custom component
@jooo13 wrote: I’m trying to use an infinite-scroll item in a custom component that contains a segement with two Lists. This is the code of the component : <ion-content *ngIf="show">...
View ArticleImport IONIC 2 Project in Eclipse
@baviskarmitesh wrote: I was developing App in IONIC-1. Now created a project in IONIC 3. Can anybody give me steps to import and build ionic application with eclipse. Posts: 1 Participants: 1 Read...
View ArticleIon nav title can't change title size, different from other pages
@atjahja wrote: Hi. I have been experiencing a difficulty to modify font size of my ion-nav-view title, specifically ion-nav-title. I have tried SCSS class ng-class using...
View ArticleIonic-thvzfk - StackBlitz
@anil123321 wrote: when I am going back(other pages) in my application, the ion-date popup is also showing on that page, although there is no any date picker on back page Posts: 1 Participants: 1 Read...
View ArticleHow to create a book app using ionic?
@omurbekjk wrote: Hi guys. I was thinking to create a book app using ionic framework. After making a research, suggestions were to create a lot of html pages for each chapter of the book and save it...
View Article