Cannot find a differ supporting object '[object Object]' of type
@andjs1012 wrote: I am practicing rest API. I am using fake data from https://reqres.in/ I am practicing GET that the url is https://reqres.in/api/users/2 and JSON format is like this. { “data”: {...
View ArticleNgmodel input doesn't update when it's changed
@Akgul wrote: Hello. I’m trying to allow user input only 2 decimal numbers after dot like (43.448 == 43.44) so I created an input with the ngModel and binded to ngModelChange function <ion-input...
View ArticleError when updating android app originally made in ionic v1 now remade in v2
@javelez9 wrote: I have developed and published an android app with Ionic v1, now I have remaded it with Ionic v2, but when I try to update the installed apk (v1) with the new one (v2), it cannot be...
View ArticleWritable File System
@BingeWave2 wrote: I am trying to change the /system/etc/hosts of the android file system on an emulator. I do the following in one Terminal: ionic cordova emulate android And this in the other: ./adb...
View ArticlePlay Store won't allow my app update
@esthonwood wrote: Hi! When I upload my app update to the play store, it gives me this warning: Permission model downgrade PROBLEM Users that have the APK with version code 1201, which targets SDK 23...
View ArticleIonic2 framework does not work after installing and uninstalling node.js
@lado wrote: Hello, I have trouble with ionic2 framework. Everything was fine before I’ve installed node-v8.9.4-x64.msi, now I have uninstall it, and nothing works, Command Prompt does not recognizes...
View ArticleIon-img string length so short
@benyaminL wrote: I want to ask, why on ion-img component, when I put some string in it using {{}} the string become cutted and very short, i result on my image can’t be loaded. I tried way arrond,...
View ArticlePage curl in Android ionic
@Assad2595 wrote: How can i implement page curl transition in android using ionic 3 ? Posts: 1 Participants: 1 Read full topic
View ArticleWhen I try to build apk I'm getting the following error and I'm stuck can...
@uddyvky wrote: the error: (node:1252) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: cmd: Command failed with exit code 1 Error output: FAILURE: Build failed...
View ArticleError while getting value from ionic storage to http service
@joseraphael777 wrote: i am getting error while using this code. viewNotifications(){ let headers = new Headers(); this.storage.get(‘currentUser’).then((val)=>{ let tokenauth = JSON.parse(val);...
View ArticleIonic 3 project not going full screen in iOS 11 / iPhone X simulator
@superdx wrote: I’ve been struggling with this for a number of weeks, nothing I do seems to make the app go full screen. I would really appreciate some help. The area in yellow is the iPhone X notch,...
View ArticleIon tabs not centerized in ipad
@alibahjat wrote: hello i got this problem in ionic 3 the ion tab not in center in ipad ipad Screen Shot 2018-02-22 at 10.05.38 AM.png950x166 4.39 KB iphone Posts: 2 Participants: 2 Read full topic
View ArticleIonic with firebase unexpected error
@imsteve wrote: StaticInjectorError[AuthService]: StaticInjectorError[AuthService]: NullInjectorError: No provider for AuthService! please help me i can not understand the error how to fix it code for...
View ArticleHow to select items from a list and push them into firebase realtime databse
@imsteve wrote: please help me to do that task Posts: 1 Participants: 1 Read full topic
View ArticleDatepicker
@nadapana wrote: hi, How to set the default date of ion-datetime is current month 1st date Ionic-v3 . Thanks for reading! Posts: 1 Participants: 1 Read full topic
View ArticleError while getting value from ionic storage to http service
@joseraphael777 wrote: i am getting error while using this code. viewNotifications(){ let headers = new Headers(); this.storage.get(‘currentUser’).then((val)=>{ let tokenauth = JSON.parse(val);...
View ArticleTrigger Errors when run with 'ionic cordova run android'
@phyopwint wrote: Hi all, I’ve tried remove, add cordova android platform again and again. and even tried to uninstall, install the npm also. This is my ionic info. cli packages:...
View ArticleIon-infinite-scroll - not enough items on init to run lazy load
@pawelwb wrote: Hi I try to use inifinite scoll: <ion-infinite-scroll (ionInfinite)="loadMore($event)"> <ion-infinite-scroll-content></ion-infinite-scroll-content>...
View ArticleGeofence in Ionic not working for iOS
@shinuvs wrote: I used ionic geofence native plugin for Geofence and it is successfully working in Android, but it is not working for iOS. Kindly refer my below code. I can see in Xcode log geofence...
View ArticleProblems with setTimeout and change detection
@Vartex05 wrote: Hi, iam fighting a little with change detection in my Ionic app. Iam using this code on my homepage...
View Article