How to trigger ion-infinite-scroll programmatically
@Koleman wrote: I have a list with ion-infinite-scroll, laso i have a loadMore() that load data from server, user can perform search request via input, so i clear the list and perfom request, but in...
View ArticleBuild problem
@fabiobalsamo wrote: Hi i've this problem C:\Users\aryon-fabio\Eni_Dema_Git\Eni_Dema>cordova platform add androidAdding android project...Running command: cmd "/s /c...
View ArticleAfter ionic update problem wiht sqlite in android
@fabiobalsamo wrote: Object {message: "sqlite3_prepare_v2 failure: no such table: Tabella_RdA", code: 0} Posts: 5 Participants: 2 Read full topic
View ArticleBasic question
@Anir wrote: HI Guys , I am new to app development . I am using the Ionic framework to develop an app. What I would like to know is if I develop a simple app that has all the information in the app...
View ArticleIos-deploy not found when installing
@euan_amwic wrote: Hi Alltrying to install ios-deploy via npm and keep getting error below: npm ERR! Darwin 15.0.0npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g"...
View ArticleCostum HTTP Request Headers not working
@dmendes wrote: I am having some problems sending costum request headers to the server I wrote the following $httpProvider.interceptors.push('httpRequestInterceptor');...
View ArticleIonic slide-box overlay ion-slide itself
@chandanionic wrote: hi,i m using ionic slide-box in my application but when i move to next slide frequently my slide overlay itself,and than my slider do not work properly.any solution please...
View ArticleChart.js not working when running on device but OK on browser
@clintghosn wrote: I have an ionic application that uses chart.js extensively.Everything is working fine as expected when it is being run on the browser. (using ionic serve). Perfect! However, when...
View ArticleProblem to reload cards inside a page
@tandradelima wrote: Hi guys! i have a big problem with my ionic app!i have around 93 cards to show, and it works well, my problem starts when i insert some text to filter my cards. I tested my app in...
View ArticleIon-list: Empty state of list while loading content via $http
@Sujan12 wrote: Hey, I have this <ion-list> where I load the content via $http that sometimes takes a bit longer to load. I already have a <ion-spinner> that I show depending on...
View ArticleRadio buttons broken in Alpha 37
@willb wrote: After updating from Alpha 35 to Alpha 37: EXCEPTION: TypeError: Cannot read property 'registerRadio' of null in [null]app.bundle.js:50353 EXCEPTION: TypeError: Cannot read property...
View ArticleBasic auth challenge no callback
@Durss wrote: Hello ! I just ran into a problem with basic authentication that made me loose almost days before i found this bug report at the cordova level...
View ArticleHow to implement a simplest service module in ionic
@shivathinki10 wrote: Hi, I am new to ionic and I have a problem.I tried to find a lot of resources online to see the working of service module for sharing data between controllers and hence forth...
View ArticleHow to fetch all images from phone local storage
@chandanionic wrote: hi,i want to implement a functionality through which i can get all local images from phone directory with related date in a array.please provide solution,thanks. Posts: 1...
View ArticleGeolocation plugin, getCurrentPosition never times out (Android)
@zarko wrote: I'm wondering if anyone on the forum has noticed a problem with the geolocation plugin that has to do with timeouts. What I am experiencing is basically that the getCurrentPosition never...
View ArticleProblem using a few select menus on same row
@VolvoOlympian wrote: I have this:<label class="item item-input"> <div class="row"> <div class="col"> <select id="1"> <option ng-repeat="n in...
View ArticleText input loses focus when selected (and keyboard is opened)
@chriseen wrote: I am actually using Ionic v1.1.1 (the latest) and I found really an annoying issue with text inputs. When I tap on a input to focus it, whole view is scrolled up to accommodate...
View ArticleUpdate app.bundle.js file
@tasiddiqui wrote: Hi, I just added a moment.js library in my project by this command "npm install moment --save", calling moment() displaying errors in console. Do i have to update app.bandle.js file...
View ArticleWhite bar above keyboard
@vikSwapd wrote: A white bar always appears above my keyboard. Seems like some sort of padding on the page. Disabling native scrolling fixes this, but native scrolling is working way better for my...
View ArticletemplateUrl in Popup
@burbians wrote: Hi, I want to show a template as content of a popup, but after so many test I haven't able to do it. I have the template in www/templates/template.html <html>...
View Article