Indexof() is not a function
@togotech wrote: Hi All, I am trying to remove an item row from grid. Follwing is my code:removeBill(bill: any){ let index = this.bills.indexOf(bill); if (index > -1){ this.bills.splice(index, 1);...
View ArticleIoniv View Dashboard not loading
@alexzou wrote: Hi guys, I wonder if you have the same issue here. This morning I tried to log into Ionic View by browser and the app dashboard are not loading. But I can go to my account settings...
View ArticleIon-slide click on input field take you to the latest slide
@joe_c_sleiman wrote: ion-slides when click on an input field , the slide redirected to the latest one.why . how can i stop this.I'm trying this : IonicModule.forRoot(MyApp,{ scrollAssist: false,...
View ArticleOne machine's Runtime error displayed to all the other machine
@gopalanbalasubramani wrote: Hi Team, We are developing the project in Ionic version 2 with LAN Network. Once the Ionic server started, If one of the client get Runtime error, then same error will be...
View ArticleIon-toggle on Samsung Internet Browser
@jamescook wrote: Anyone have a hint why toggles appear "stretched" in the Samsung Internet Browser (version 5.4.00-75) on android? sib.toggle.jpg1080x776 79.5 KB This is how the same slide displays...
View ArticleWhite screen on device with ionic 3
@CarolineKo wrote: Hello, I try to upload the default ionic app (ionic blank) on my android device for testing but when the app is launched, I get white screen instead of the basic screen content....
View ArticleIonic package build error
@MarinoRaul wrote: Searching for new podsChecking com.dbaq.cordova.contactsPhoneNumbers for pods.Checking cordova-plugin-app-event for pods.Checking cordova-plugin-badge for pods.Checking...
View ArticleIonic 2 twitter embedded timeline disappears
@Darkwolf097 wrote: I have the code shown below, however after the user leaves the view the time line disappears? The first time we go to the view the timeline is present but when we return the view...
View ArticleYou can't remove all the pages in the navigation stack
@arlevi wrote: Not sure what the problem is but when using <h3 navPop> Go Back </h3> Which is taken from the documenataion<button ion-button navPop>Go Back</button> Give the...
View ArticleWhat is the recommended way to add third party android(.jar) library in ionic 3
@alimahmoodvand wrote: What is the recommended way to add third party library?this lib is a .jar file for send message with custom feature Posts: 1 Participants: 1 Read full topic
View ArticleIon-select Ok button not triggering ionChange event if nothing is selected in...
@Vakharia wrote: I am using ionic 3.2.0 version. If nothing is selected in select box and Ok is clicked, its not triggering the ionChange event. I am trying to mark the control as touched when nothing...
View ArticleHow can I always have focus on input field?
@gkapatia wrote: So I have only one input field in my screen and want it to be always focused, so that keypad is up. So this is my approach at the moment. HTML- Code: <ion-input #input...
View ArticleCreate a chat sdk for mobile
@dgrn wrote: Hi everyone. I have a cloud chat service that currently has a web client interface sdk. I now need an android and ios sdk for the chat client. can this be done with ionic? is ionic...
View ArticleOpen website with a button
@aapostol wrote: i want a button to open a web page in my ionic2 app!what should i use in my home.ts? I have triedimport { InAppBrowser } from 'ionic-native';there was o problem Cannot find module...
View ArticleIonic push for ios with blank apn pwd
@vikceo wrote: my org gave me a blank pwd with the apn file. but the UI requires a password for APN and it does not accept a blank as the password. Please advise Posts: 1 Participants: 1 Read full topic
View Articlefile.removeDir() INVALID_MODIFICATION_ERR (code: 9)
@akiramissaka wrote: I'm using cordova-plugin-file to try to remove a directory, but I'm getting "INVALID_MODIFICATION_ERR (code: 9)" error.file.checkDir() says that file exists, but when I try to...
View ArticleGeolocation ionic 2 working in background
@georgeursu0 wrote: Hello, I made a simple app with import { Geolocation } from '@ionic-native/geolocation';From what i found on google the ionic-native/geolocation is only for when the app is in...
View ArticleIonic v3 native Clipboard fails to install
@jesuscmd wrote: When I try to install Cordova native Clipboard always fails. As mentioned in the documentation I run: ionic cordova plugin add https://github.com/VersoSolutions/CordovaClipboard.git...
View ArticleUse tabs on certain pages
@jeremyy7 wrote: I want to be able to use the tab layout, but only on certain pages. I was using slides, but they didn't have all the functionality I needed. Does anyone know how to remove tabs after...
View ArticleNpm strophe not working
@bobnino wrote: ive tried to npm strophe ,typings and jquery and import it but i get an error here it is: import { Component } from '@angular/core';import { NavController } from 'ionic-angular';import...
View Article