How To integrate MQTT in ionic 4 project
@dipankar123 wrote: Hi All, how to integrate MQTT in ionic 4 project i have tried https://www.npmjs.com/package/ngx-mqtt-client but failed it is showing ERROR Error: Uncaught (in promise):...
View ArticlePush json data into array
@Tubiss wrote: public products:any=; loadPeople(){ this.remoteService.load() .then(data => { console.log(data); this.people = data; this.people.sort((x,y) => new Date(x.start_time).getTime() -...
View ArticleElementRef not finding DOM node with MutationObserver
@ctfrancia wrote: I am trying to scroll to the bottom of the view when a new message comes in. However, it is not finding it and not scrolling down and I cannot find any solution to it. I was...
View ArticleLoading data from localbrowser DB to ion-select isn't working
@stephenmonro wrote: Hello all. I’ve just about given up on how to make this work. I don’t know what else to do now except ask for help as I’ve been working on this for days. I’m using ionic-v4. What...
View ArticleGet data from storage before page is load
@contrasto97 wrote: Hi, how can i get data from local storage before page is loaded? Posts: 1 Participants: 1 Read full topic
View ArticleHow to delete the certain data from array
@ice174 wrote: I am new in ionic 4. I am doing shopping cart function. I want to delete the selected item. But it delete like pop function not delete the certain item. I have follow this tutorial :...
View ArticleError "Google is not defined" after target API level 28+
@Weihang wrote: after I change 27 to 28 <preference name="android-targetSdkVersion" value="28" /> Google Map throws this error ReferenceError: google is not defined``` Posts: 1 Participants: 1...
View ArticleStarter Template Pack
@mark_bigrock wrote: Hi Does anyone have a recommendation for a starter template/pack for an Ionic app and WordPress multisite? Thanks Mark Posts: 1 Participants: 1 Read full topic
View ArticleIonic1 iOS
@Siva_LMS_IONIC wrote: When I re-run the application. Application network and required java script files don’t called and its working after 10 mins. Here I have included my Device Info Framework :...
View ArticleYour app currently targets API level 19 and must target at least API level 26...
@arcadius wrote: Hello. I have just updated my App and set the API level 26. After uploading it to the Play Store, I realised that my Android 7 phone could not see the app in the app store anymore....
View ArticleAAPT: error: resource android:attr/fontVariationSettings not found for Ionic...
@dalezak-ushahidi wrote: We started having issues building our Ionic 3.9.2 app for android@6.4.0 getting the error: AAPT: error: resource android:attr/fontVariationSettings not found. We’re currently...
View ArticleTabs error
@EniolaTade wrote: Please, i am working on a tabs template on ionic and i am trying to navigate using [routerLink]="[‘tab3’, profile.id]" but its not working. i keep getting this error below Error:...
View ArticleHow do i view a demo of my ionic app on my phone
@EniolaTade wrote: Hello guys, Please, how do i view a demo of my ionic app on my phone and as well share it to others without deploying it on playstore? Posts: 1 Participants: 1 Read full topic
View ArticleAndroid build runs slower than Mobile Browser
@imdevdaniel wrote: I’ve been working on a simple app for a few weeks now, and one of the pages is quite slow when running on an Android device. I know I’m making changes to layout when a user clicks...
View ArticleIonic 4 woocommerce-api
@Hammad6264 wrote: HI friends hope you will be fine. Actually I am working with ionic 4 and woocommerce. When i try ti use wocommerce plugin which is this one (...
View ArticleOnly pull json data which ı push the previos page
@Tubiss wrote: ı pushed the item like this. FirstPage openPage(item:any){ this.navCtrl.push('SecondPage', { item: item }); SecondPage ı can push item this.page1 = navParams.get('page1'); everything is...
View ArticleCrbug error
@Tshepang01 wrote: My app is giving a crbug error, please assist on solutions 6E89347D-C0EB-47EC-B367-979928F0847F.jpeg2138×2851 2.69 MB Posts: 1 Participants: 1 Read full topic
View ArticleIonic v4 => Problem with config.xml
@Rodolphe33 wrote: Bonjour à tous, J’ai un petit souci récurrent. A chaque fois que je Git mon projet, le fichier config.xml disparait. Auriez-vous une explication et une solution, à ce problème? Je...
View ArticleBreak in loop doesn't work
@rafaelmoura wrote: I am using the Firebase and I have the followig code getCustomers() { let array = []; this.service.getItems().subscribe(res => { for(let customer of res) {...
View ArticleUnable to deploy Ionic 4 to iOS device
@DMoney wrote: So far I’ve followed all of the online tutorials to deploy an Ionic 4 app to an iOS device. I went through the code signing process and used the latest version of xCode to attempt to...
View Article