Error when build android for release
@alibahjat wrote: hello i got this error when build andorid for relase Error: Error encountered resolving symbol values statically. Calling function 'makeDecorator', function calls are not supporte d....
View ArticleHow do I access a provider through a local notification event?
@marcelodeandrade0201 wrote: I'm trying to make a local notification trigger a random message every time there is a notification. I'm doing an event handling of the plugin itself, but the problem is:...
View ArticleUsing Async and Await in Ionic
@mburger81 wrote: Hi to every one, we never used await/async, so the question could be also a stupid one but what do we wrong? This is our code: constructor() { let text = this.textAsync();...
View ArticleIONIC 3 - ion-item and ion-select dinamic
@ccesarc wrote: Guys, I'm new to IONIC and I have a problem. I do not know how to get the information from this code. Exemple in [(ngModel)]="todo" I tried in many ways, but I could not do it. Thank...
View ArticleionViewCanEnter still executing page load
@brassier wrote: I have a common set of code that runs on ionViewCanEnter, which checks if a user is logged in before displaying secure pages. This seems to work...on the surface. When a user isn't...
View ArticleSplash screen: 2 to 3 seconds. white screen: 10 seconds
@arsyad wrote: I am experiencing a similar issue. My app boots up and I see the splash screen for about 2 to 3 seconds. And then I see a white screen which takes about 10 seconds or so before I see my...
View ArticleHow do I get my x-auth token from Header?
@RodjFlores wrote: loginNow(){ let loginInfo = { "email": "mpi5@gmail.com", "password": "123456!" } let headers = new Headers(); headers.append('Content-Type', 'application/json');...
View ArticleIonic Package issues
@joshrachner wrote: We have seen a lot of package issues in the past week or so. Builds are failing or just sitting in the "Building..." state indefinitely. Any major changes going on? Posts: 1...
View ArticleSet value in tag
@modelis wrote: Hello, i my app i use modal with search form who user can search an i display search result with radio button. When user select her result, i want to set value of this object into my...
View ArticlePouchDB - destroy is not a function
@odorakel wrote: Hey @ all, I have an issue with PouchDB and I did not found a solution by now. I have a PouchDB instance created by a provider, but I would also like to destroy the database and...
View ArticleRead/Write to iCloud
@richardmarais wrote: Due to Apples policy that any purchases have to be available on all the users owned devices, I need to store a value on the users iCloud so I can keep track of their purchases. I...
View ArticleHosted build: Could not find gradle wrapper within Android SDK
@ericmbowden wrote: I'm getting the error below after submitting my app to Ionic for a remote build: ionic package build --profile my-profile I do not receive an error if I build local: ionic cordova...
View ArticleSplitpane mobile
@mitchose wrote: Hello, I'm using the splitpane for my app with the side menu.Everything works fine on tablets, but on my mobile phone's, I get a blank screen with no errors or whatever. When I remove...
View ArticleiOS Restore Purchases / Access iCloud / Install Cordova Plugin
@richardmarais wrote: Hi All, I have Non-Renewing Subscription purchases set up for iOS. According to Apples policy, these purchases need to be accessible on all of the user owned devices. I have...
View ArticleLocal Storage and Cache .. Which is better?
@emiljenson wrote: Local Storage and Cache which is better to save login details.? Is there any difference in themAnd how to save data into cache.I did save data into local storage successfully using...
View ArticleCant run ionic cordova build --release android
@sagar290 wrote: After install crosswalk its showing this Error ionic cordova build --release android Running app-scripts build: --iscordovaserve --externalIpRequired --nobrowser [21:34:35] build dev...
View ArticleUsing buttons on ion-footer
@ygorfraga wrote: I would like to use social media buttons on ion-footer. I've tried some like this: <ion-footer> <ion-toolbar> <button ion-fab>Button</button> <button...
View ArticleCordova Plugin how to install
@richardmarais wrote: I am using Ionic and would like to install the following Cordova plugin. I follow the instructions, and run: cordova plugin add cordova-plugin-icloudkv This adds the following...
View ArticleURL not reset on ionic serve live reload
@rashnk wrote: I have ionic3 tabs starter project, when i push new page the URL become like this...
View Article[attr.formControlName] for radio-group not working
@Teazy wrote: So i'm trying to create a dynamic form with Ionic 2. I use [attr.formControlName]="hasInputType(['radio'], itemInput) ? itemInput.uuid : null" but in my HTML with the console I get...
View Article