Memory increase when using native page transitions
@ordekci wrote: Hi. I use native page transition plugin in my ionic application. Maybe, I make a wrong this, I donn't know. But when I use this plugin my memory increase too much when navigating other...
View ArticleIonic to aws s3 image upload
@Keertesh wrote: I am trying to upload images to s3 storage using my ionic app what is the best way to do it. I need to upload the image to 'All Bucket/Company/user' Posts: 2 Participants: 2 Read full...
View ArticleController code execution - history
@Santone wrote: Hi, I'm using Ionic for the first time for developing an hybrid app. I'm a bit confusing about how controller data are managed from Ionic when a previous visited state is requested by...
View ArticleIonic Sqlite Icloud Syncing
@fahad_malik wrote: Hi, I am making an ionic app that store user data in sqlite db. the problem that is comming up is my sqlite db file is not syncing across different devices. Is there any way that i...
View ArticleIonic local storage
@fzwael wrote: Hello,I'm having a problem with Ionic using local storage , when I try to save an array it automatically convert it from an object to a string like shown below : Can anyone please help...
View ArticleCan't display image from file system after retrieving urls from SQLite database
@alico4z wrote: Please i need an urgent help i am creating an app that downloads a zip file and unzip it then stores a generated url of about 76 different urls in an SQLite database which the table is...
View ArticleLoop $http
@Vieroli wrote: Hello everyone, this is my code : $http.get('lienversmonapi?level='+niveau[0]+'&value='+valeur[0]).then(function(response){ $scope.element0 = response.data; });...
View ArticlengTagsInput div not propagating drag/scroll events
@dolthead wrote: I am using the angular module ngTagsInput, but it is not propagating vertical drag events (for page scrolling). Anyone know of a simple fix/workaround to this? Could I add on-drag-up...
View ArticleIonic build android - UnsupportedClassVersionError
@zvunks wrote: Hello, i don't know how to solve this error: :generateDebugResources UP-TO-DATE:mergeDebugResources UP-TO-DATE:processDebugManifest...
View ArticleHow to change the ion-item color depend angular-chart color
@ncmink wrote: chartApp.png760x499 17.1 KB Ex. item1. chart color grey -> first item in list color grey item2. chart color blue -> second item in list color blue PS. USE ng-repeat . . . Posts: 1...
View ArticleMake table in Ionic
@segokucink wrote: i want to display data in table. so i make many row and class col. what i got is that the data follow the window but it looks not good. pic: code:<ion-view...
View ArticleBuild error after added Crosswalk
@ciaodate wrote: After I added Crosswalk to ionic project by using: ionic browser add crosswalk. Then when I build android: ionic build android.The error occurred: UNEXPECTED TOP-LEVEL EXCEPTION:...
View ArticleHow to array post in http using angularjs
@anilDevaki123 wrote: how to multidimensional array post in http using angularjs Posts: 1 Participants: 1 Read full topic
View ArticleHow to table all data are post by $http through web service using angularjs
@anilDevaki123 wrote: how to table all data are post by $http through web service using angularjs Posts: 1 Participants: 1 Read full topic
View ArticleSearchBar: karma test is failed
@TamilvananDroid wrote: when i am using [(ngModel)] inside searchbar like <ion-searchbar [(ngModel)]="searchQuery" (ionInput)="getFilteredLabs($event)"></ion-searchbar> functionally its...
View ArticleAndroid OS "Large Text" option & ion-nav-title
@trailforks wrote: When the "large text" option is enabled in Android accessibility options it breaks the formatting of the header text in ion-nav-title. The title text is no longer centerted vertical...
View ArticleHow to build & test app developed with creator.ionic.io
@shreesaipratik1 wrote: I have created one mobile app using ionic creator. I want to build & modify app. How to do it? Posts: 1 Participants: 1 Read full topic
View ArticleRemove image from Header back menu
@ocx wrote: Hello, If i press on more facts, the stack gets the image including the title, how can i keep the text and move the title from the back button? http://codepen.io/anon/pen/XKVOrG Thank you...
View ArticleHow to force landscape for specific view?
@jacklu wrote: is there a way to do it? Posts: 1 Participants: 1 Read full topic
View ArticleIssue with database in ionic
@masrooj wrote: Hi guys,Currently i'm using cordovasqlite database for storing data in my ionic application. But unfortunately i'm getting severe issue data has been stored when i check chrome its...
View Article