Modal 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 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 ArticleIonic 4 swipe to go back gestures?
@tbaumer22 wrote: Hello everyone, I was wondering if my application is broken or if swiping on pages to go back has been disabled in Ionic 4? Or perhaps a better question - has this ever existed in...
View ArticleError crbug
@Tshepang01 wrote: Please assist with this error 6E89347D-C0EB-47EC-B367-979928F0847F.jpeg2138×2851 2.69 MB Posts: 1 Participants: 1 Read full topic
View ArticleSQLite import and export
@MikeAwad wrote: HI ALL I want to back up the SQLite database and import and export it to and from the application and choose where to save SD card - google Drive … I searched a lot but could not find...
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 ArticleNavigating between components
@khashashin wrote: I have following routing modules: ############# app-routing.module.ts const routes: Routes = [ { path: '', redirectTo: '/tutorial', pathMatch: 'full' }, { path: '', loadChildren:...
View ArticleIonic 4 Card display bug
@tbaumer22 wrote: Hey everyone, I’m currently having an issue where cards in Ionic 4 won’t render for me if a card only consists of an image component. For example: <ion-card> <ion-img...
View ArticleError when add plugin camera and etc
@Firsya wrote: Hello, anybody help me, when add plugin camera or etc. i found some error ask.JPG969×253 37.1 KB node v.8.6.1 thank u Posts: 1 Participants: 1 Read full topic
View ArticleHow to save captured image from camera or selected from gallery image in sqlite
@pt2609 wrote: In my app when i take a picture from camera or gallery and shows that image on screen and when i proceed and again come back to that image page all images are gone. I’m trying to save...
View ArticleTypeError: Cannot read property '0' of undefined TypeError: Cannot read...
@Tubiss wrote: public product: any; loadProducts(){ this.myProvider.load() .then(data => { console.log(data); this.product= data; }); } this.eventDate=new Date(this.product[0].start_time); //when ı...
View ArticleVirtual scroll no longer working correctly after upgrading to 4.6.*
@Slavrix wrote: My Virtual Scroll has been broken somehow between versions 4.5.0 and 4.6.* Any assistance in helping me track down the issue so I can report it correctly on the github would be useful....
View ArticleHow to do alipay in ionic 4
@ice174 wrote: I am new in ionic 4. I want to add alipay plugin in my ionic apps. I saw all the tutorial do like this only : import { Alipay } from '@ionic-native/alipay/ngx'; constructor(private...
View ArticleMake button enable
@Tubiss wrote: <button ion-button shape="round" size="small" color="color2">Derse Katıl</button> how can ı make this button enable Posts: 2 Participants: 2 Read full topic
View Article