Multiple apps from 1 codebase?
@adamkearsley wrote: Hi All. I just wondered if anyone has every used a single codebase to make multiple apps? I have an Ionic app that will be re-branded multiple times for different clients (mostly...
View ArticleIonic Cloud Shutdown : Will $ionicDeploy.check() fail gracefully?
@simonaberry2 wrote: With the imminent demise of Ionic Deploy, will the following code fail gracefully ? //config $ionicCloudProvider.init({ "core": { "app_id": "XXXX" } }); //run if (!debug) {...
View ArticleProblems to try APP in Mobile thto go to WebAPI (C#)
@NurGuz wrote: Hi, I have my app on m android device. This app go to WebApi Controller, on C#, to get datas. But the problem is that I can’t access to m API. This API stay on IIS. For testing it from...
View ArticleAg-grid ionic
@antomanzur wrote: Hello, did someone integrate ag-grid with ionic, if so, can you show me an example (HTML and TS). Thank you Posts: 1 Participants: 1 Read full topic
View ArticleIndicate that you can slide an ion-slide
@joe_scotto wrote: Is there a way that I can indicate to my users that my ion-slides is able to be slid? Right now, it just sits there and has autoplay on, which I don’t want but is the only way I can...
View ArticleIonic Native In App Browser White Screen on Certain Android Devices
@JoeOSMG wrote: Hello! This is related to https://github.com/ionic-team/ionic-native/issues/1712 I am working to incorporate a custom OAuth2 flow using the In App Browser plugin. The IAB works great...
View ArticleIs it possible to get an iOS or Android devices mac address?
@drozay007 wrote: I would like to get a users mac address. Is this possible? I am using ionic 3 Thank you in advance Posts: 1 Participants: 1 Read full topic
View ArticleNetwork update issue on iOS in ionic v2
@swagatac wrote: 2018-01-31 15:42:02.131696-0500 Fixit[39212:396278] Apache Cordova native platform version 4.4.0 is starting. 2018-01-31 15:42:02.132303-0500 Fixit[39212:396278] Multi-tasking ->...
View ArticleUsing Vue as an Angular alternative for Ionic: The Directives
@matthew974 wrote: Vue and Angular Directives are quite similar. In this tutorial, we will see how we can create JavaScript and TypeScript Vue Directives in an Ionic application....
View ArticleDownload Images to local storage
@tobias1000 wrote: Hello, I have managed to read the links of images from firebase storage via getDownloadURL() and display it with . (using Angular) But that has two disadvantages: a) It has a delay...
View ArticleWhen opening app it stays on blank screen
@iversa wrote: We just started Ionic live deploy and it works very well. Really like it!! But what we notice is that when we open the app it stays on a blank (white) screen for 5-10 seconds depending...
View ArticleContacts Plugin Deprecated?!
@thehawaiiproject wrote: According to Cordova, the Contacts plugin is deprecated with no replacement planned. This seems quite alarming to me but I’m not seeing much chatter about it. Notwithstanding...
View ArticleBuild ios after changing OS environment
@cafej wrote: So recently I got a Mac to be able to build an IOS application that i’ve been developing on a PC, I already build the android version so I just needed to ionic cordova build ios on the...
View ArticleERROR with SQLite no such column
@Zeitoun wrote: So Hello there, I’m working on a database project and I’m using Sqlite for this. The problem is that: on the iOS simulator I get this error when try to add an item to the Database but...
View ArticleProblem with storage provider and lifecycle event
@coffeeee wrote: Hey, I have a massive issue with lifecycle events and my storage provider. Main Page: loads my provider data inside the ionViewDidLoad (should happen at the very beginning). Sub Page:...
View ArticleHow to clear textarea after a button is triggered?
@mabelll wrote: Hi, I’m working on having the textbox area to be clear after the send button is triggered. I’ve been trying but is not working. May I know how can I achieve this? <ion-content>...
View ArticleHow to delete image from device ? - ionic
@velonicatt wrote: I try .splice but it’s not work <ion-content padding> <ion-list [virtualScroll]="imageList"> <ion-item *virtualItem="let item"> <ion-icon name="trash"...
View ArticleHow to build and test iOS apps when developing on Linux?
@gusgonnet wrote: Hi guys, I was wondering what are the options (if any) for building an iOS app if you are developing on a Linux computer. Do any of you have a recipe/workflow that can be shared...
View ArticleSet input value = '' before a server request
@JulioNicolasPapp wrote: Hello, I’m new in Ionic, and need to put a value of an input with empty with typescript. Can i do this? How? <ion-content padding> <ion-list> <ion-item>...
View ArticleSocial Sharing not show content when share with application run in background...
@hoatv wrote: I used https://ionicframework.com/docs/native/social-sharing/ for my app. Here is my code home.html <ion-content padding> <button ion-button...
View Article