Tabs 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 ArticleGoogle map can not be moved or zoom in/out
@lisandrodc wrote: Hello, make an application with a modal for google maps, the map is displayed correctly but I can not for example move or zoom in/out in it. While I enable those options, I am not...
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 ArticleModal cssClass
@mtnoronha7 wrote: Hi, I created an component (HeaderComponent) that was ModalController on a paged I called SelectorPage. Alright, but creating the Modal like this: async presentModal() { const modal...
View ArticleEnable button until the start time
@Tubiss wrote: ı have a button <button ion-button shape="round" color="color2">Derse Katıl</button> [{“id”:1, “start_time”:2019-09-22 17:13:02}] my json api like this and ı want to enable...
View ArticleNavController not caching pages when navigating forwards
@Mark64 wrote: I am using the ionic 4 NavController to try to implement functionality where-by using a single page template, I want to navigate forwards from one instance of the page to a new instance...
View ArticleBack button is seem double
@Tubiss wrote: firstPage like this it seems two back button secondPage.ts goBackPage(){ this.navCtrl.setRoot('firstPage '); this.navCtrl.popToRoot(); } why seem two back button. Posts: 1 Participants:...
View ArticleMy app ionic4 statusbar Unable to hide
@baolisboa wrote: this is my code angular.module('AnteIonicApp', ['ionic', 'AnteIonicApp.controllers', 'AnteIonicApp.factory']) .run(function($ionicPlatform) { $ionicPlatform.ready(function() { if...
View ArticleSending sms
@Kenddriz wrote: Hello everyone! I don’t konw if I’m at a good place to put my question. I try to develop an application to send sms with android wich is dual sim. I want every time to choose wich of...
View ArticleCan't bind to 'formGroup' since it isn't a known property of 'form'
@Awaydrasil wrote: Hello, I’m having an error which I’m unable to get rid off since about half a day now. I just created a form, and when adding [formGroup], an error keeps appearing: Can't bind to...
View ArticleValidate ionic 4 capacitor ios app always failed
@wpler wrote: Hi, Everytime if I am validate the succeed builded ionic 4 app with capacitor and one cordova-plugin on ios / xcode it failed with the followed message: CFBundleIdentifier Collision....
View ArticleFiltering a list using starting two letter of an string in array
@khashashin wrote: How to filter content using ngSwitch and taking only first two letters of a string? I have tried to solve it myself some how but I’m doing it wrong way I guess. <ion-segment...
View ArticleYour app serves ads from networks which do not belong to Play's certified...
@srinath438 wrote: My App is targetting Childs, While enableing ads in play console I am getting below error Your app serves ads from networks which do not belong to Play’s certified list, but has the...
View Article