Ionic 4 - Nested Tabs Relative Routes
@aharonDLis wrote: HI I have an app that has two sets of tabs, one off the main home page <ion-tab-bar slot="bottom"> <ion-tab-button *ngFor="let tab of tabs" tab="{{tab.name}}">...
View ArticlePopover dismiss anywhere
@lautarolorenz wrote: Hello, I have the following code to close all the popovers that are open, before redirecting users to the login page constructor( private _popoverCtrl: PopoverController ) { }...
View ArticleIonic 3.9.2 & Cordova 7.0.0 - How to know Limitations/ Compatibilities with...
@YoSoY wrote: Hi all! I´m developing one hybrid app with ionic 3.9.2 and Cordova 7.0.0. I´m testing it in Android and iOS. In both systems I have the same problem…“Some times It´s possible to install...
View ArticleCannot insert data to firebase
@ariff23 wrote: why data cannot insert in firebase? can help me image.png599×539 30.7 KB this from provider.ts createData(new_data){ return new Promise ((resolve,reject)=>{ var newPostkey =...
View ArticleChanging Navigation Stack content
@donotsue wrote: Hi there, hope you’re enjoying Ionic 4 like I do But I found a question for you on my journey building a little store administration. It’s a page based (not tab based) app. Starting...
View Article[IONIC 4] Can't correctly align ion-img in Android footer
@SanduCuragau wrote: First of all, I am using the IONIC 4 framework to build an Android app. All the problems I’m about to explain are happening in the footer of my side menu. I do not have any css...
View ArticleIonic4 Native Firebase Analytics
@Destroy wrote: I have an issue adding a Firebase Analytics for iOS What I did: ionic start v4-firebase-analytics blank ionic cordova platform add ios ionic cordova plugin add cordova-plugin-npm...
View ArticleIonic link not showing github repositories to choose
@cardozo wrote: I am trying to choose my github repo but not is being listed ionic-link.PNG1199×391 15 KB Posts: 1 Participants: 1 Read full topic
View ArticleIonic 4 IonSlides controller
@henriqmayer wrote: Hi, I’m trying to add two slides in a page and use one controller for both, but a can set the controller. Does anyone knows how to do it? In Swiper I found this method. Thanks,...
View ArticleIonic Vue QR Code Scanner
@sbudati wrote: I am looking for guidance on how to use Ionic native QR code scanner with Vue. Any suggestions on how I can import the bar code scanner and invoke the scan method? I am not familiar...
View ArticleHow to integrate wootric in ionic
@cdwebinfo wrote: There are two options to implement this. In your TS file. (You can call according to your need) With the help if javascript code in the index.html file. Both option examples are...
View ArticleWcf Post Method From Ionic
@niileshc wrote: I am Unable to call Wcf Post Method From Ionic 3 Every time it gives me error CROS origin error while I have changes in WCF webconfig file also. Posts: 1 Participants: 1 Read full topic
View ArticleAndroid unique Id
@Vartex05 wrote: Hi, iam looking for a unique android id, that i can use to track installations of my app, and check if they have licence when they send data to backend. So far i was using Android ID,...
View ArticleIon-alert-controller's first create() call taking too long to display alert box
@SwapnilP133 wrote: I am using ion-alert-controller in my project to display alert boxes. I am calling create() and present() with await async just as given in doc. when I fire create(), I see 3...
View ArticleIntegrate ionic with Wootric demo
@gokujy wrote: Integrate ionic with Wootric. Take a modern approach to customer feedback management. Posts: 1 Participants: 1 Read full topic
View ArticleUWP App automatic update
@krupa_rk wrote: Actually currently i am working with UWP application. It was installed in my windows10 as appx. Right now i have another version of application with updates. my question is i need to...
View ArticleHow to change input item background color ?
@vimal-web wrote: How to change input item background colour? Posts: 1 Participants: 1 Read full topic
View ArticleHow to delete a chip on Ionic 4?
@Manel00 wrote: Hello, I’m trying to delete some ion-chips on a modal but i don’t know how to do that, i just set a cross on every chip and just want to delete the element once cross pressed. Thank...
View ArticleSave multiple object in SQLite (async)
@LeoImmo wrote: Hi, I’ve a service that load a lot of different data. For example : { companies : { ... }, users : { ... }, activities : { ... }, posts : { ... }, ... } And in this object I’ve...
View ArticlePlatform.exitapp() not working with iframe
@devIt-team wrote: I have put “iframe” inside “ion-content”. I am loading url at run time. Issue: “Platform.exitapp()” is working without iframe but Platform.exitapp()" is not working when i put...
View Article