NavController or ViewController .component is not working in --prod mod
@bdlaureano wrote: Hello,I'm trying to get the view name when using --prod mode.In the constructor of the page i make this: console.log("Active view is Login?: ", this.viewCtrl.component ==...
View ArticleFilter data
@amine216 wrote: I need to calculate the number of race(course) that rang == 1 { id: '1', course: 'Ab', rang: 1 }, { id: '2', course: 'c1', rang: 3 }, { id: '3', course: 'Ab', rang: 2}, { id: '4',...
View ArticleRead json file data
@amine216 wrote: I need to read the json file data and separate the stringfor example :0: "AKERMI ## 1988" ===>Name: akermiDate: 1988 Posts: 2 Participants: 2 Read full topic
View ArticleTypescript error cannot find name: showalert
@Qwerty10110 wrote: ive used the alert controller before. and used them within a function but this is the first time im encountering this error. here is my home.ts file import { Component } from...
View ArticleYou have not accepted the license agreements of the following SDK components...
@ksmaurya wrote: Hey fellas,I am trying to build my app and run on my phone using the commandionic cordova run androidBut I am getting this error. Can anyone help me out in this? FAILURE: Build failed...
View ArticleBluetooth serial list() doesnt show any connected devices
@Qwerty10110 wrote: so i finally got the function to run however it doesnt display any connected devices. currently i have a hc-06 Bluetooth module connected. but it does not display any data of any...
View ArticleIon-item sliding not working
@vithika wrote: I am adding sliding to my list,on silding right I have a call button,but the sliding does not work and no button is visible,because of no sliding..Please help me where I am wrong..I...
View ArticleHow to read/parse USSD response in Ionic 2
@bluebell27 wrote: I want to dial USSD code via my Ionic app and re-request the channel based on that response, the same way we interact with telcos to know about balance/internet packages etc (Dial...
View ArticleSplash.png as page background
@robertlove wrote: How can I use resources/splash.png as the background of a page? E.g.: src/pages/login/login.html <ion-content padding class="bg-splash"> ... </ion-content>...
View ArticleCordova plugin conflict with both fcm and googleplus
@suryathrideep wrote: Hi ,I have conflict with two plugin of cordova.1.) cordova-plugin-FCM (Firebase cloud messaging).2.)cordova-plugin-googleplus.when i am using both plugins in same ionic project....
View ArticleHow to get/set HTML content from ion-textarea
@trietptm wrote: I want to create a simple mail app. I would like to get or set HTML content from ion-textarea and then send it.Any help? Thanks! <ion-item> <ion-label...
View ArticleHow to hide smiley button from keyboard?
@Umesh_Bhosale wrote: Hello all, Can anyone tell me how to hide the smiley button from the keyboard? Thanks to an advance. Posts: 1 Participants: 1 Read full topic
View ArticleHow to select a image gif from library
@duythien wrote: Hello there, I have a question how to get a image gif from library android, it work for video and image but when I try to select a animation gif then have a error main.js:1363 ERROR...
View ArticleScreen resolution
@finch1989 wrote: HelloCan i get somehow device screen resolution? Posts: 1 Participants: 1 Read full topic
View ArticleIon-item detail-push / detail-none attribute binding
@swathipenmethsa wrote: <ion-item [showArrow(item)]> </ion-item> The function showArrow will return detail-push or detail-none depending where the item contains detail view. Posts: 1...
View ArticleToo many changes
@jagatnibas wrote: Hi All, Last I used Ionic in 2014 , it used to be node and create project and attach sdks in mac / windows to build ios / android projects. Now when I login, I see that project is...
View ArticleIs Ionic using Semantic versioning?
@sebastianovide wrote: I've seen the 3.5 coming out and just wondering if ionic is using Semantic versioning as described in http://semver.org/ ? Posts: 1 Participants: 1 Read full topic
View ArticleIonic connect to signalR in remote web api
@wildwolf2015 wrote: i use web api to get information for ionic app. i want connect to signalR to use notification.i get error my code is here $.connection.hub.url = localStorage.getItem('api-url') +...
View ArticleTrigger backbutton from component
@raym0nd wrote: Hi there, I've got an app where I need to navigate to a page with an url('<a href="#/home/myPage/' + id + '">OpenPage</a>'). I think navigating through url's is the same...
View ArticleHow to split Json file
@amine216 wrote: I need to separate the json file datatest.ts getDataEtalon() { return this.data.getEtalon() .subscribe( data=> { this.etalon = data.split('##'); console.log(this.etalon); },...
View Article