Calling another $scope.function returns undefined
@GabrielBarreto wrote: Hi, i'm using Ionic ngStorage and Azure Mobile Services to persist data. So i have the following:My app has a search button where i pass as parameter the type and city, it...
View ArticleFailed ionic build when upgrading to Xcode 7.3
@kevbaker wrote: I am getting the below error when doing my builds after upgrading to the latest Xcode version 7.3. Any ideas? Here's my ionic info Cordova CLI: 6.1.1 Gulp version: CLI version 3.9.0...
View ArticleCollection-repeat in a subsection
@pliablepixels wrote: I am looking at a mechanism to have a screen with an ionic content with a collection repeat list, that includes infinite scroll, but also have the ability to split the window...
View ArticleAnyone used material design style contact chips in their ionic apps?
@derekdon wrote: I want to have a typeahead contact search input in my app where selecting a contact results in a contact chip being prepended to the input field, for example:...
View ArticleIonic plugin add phonegap-plugin-push BREAKS APP
@Babinc wrote: As soon as i add "ionic plugin add phonegap-plugin-push" it breaks the build. With the following errors. Everything compiles fine as soon as i remove that plugin. I also have the latest...
View ArticleIs there a plugin to get phone call status/state?
@brucco wrote: Hi. Anyone know of an existing plugin to read a device's call status? For example: within my app, user clicks button to make call. After the call and returning back to my app, I want to...
View ArticleEmbedd native objective-C Components inside ionic webview
@ravitejk wrote: I have a task to integrate an iOS library into our ionic project. This iOS library/SDK has both UI and functionality and can't be decoupled.I have seen examples of cordova being...
View ArticleIonic code visibility when published?
@NomadStudios wrote: After publishing the app on android/IOS is it possible in anyway to view the coding like on a browser using page inspector? The reason for asking is I want to use AES cryptography...
View ArticleHow to copy file from WWW directory to somewhere in IOS?
@midev wrote: I have a database file. ( called test.db in www directory). I installed cordova file plugin.And $corodvaFile.checkfile - always returns {"$$state":{"status":0}}. I checked...
View ArticleIonic scope value isn't updated navigate between $state
@eldy wrote: I just want to achieve a simple thing : hide or show right nav button on the menu. I used ng-show but the value of the scope isn't updating due to cache. How to solve this issue? I know...
View ArticleHow to fill 2 columns in ion-item
@Hexara wrote: I am using ion-list and ion-item to repeat the data, the problem that I am facing now is I can't make the div table to fill inside ion-item. I want the table to fill just like...
View ArticleLoading a template in a view
@ordekci wrote: Hi. I make an error view like below: <ion-view> <ion-content class="padding"> <img src='images/error.png'/> <h1> There is an error during process </h1>...
View ArticleSwipe gesture sensitivity
@pierro wrote: Hi, I have found quite a few topics about it, but none of them had solution. I am using a on-swipe-up="func()", which works perfectly on browser, however it doesn't always trigger on...
View ArticleJavascript error on every touch event
@velcrodesign wrote: Hello,I'm getting this error in a real Android device, debugging with Chrome Device Inspector:Uncaught TypeError: Cannot read property 'srcEvent' of undefined on ionic.bundle.js...
View Article$ionicHistory.goBack(); does not work in 1.3.0
@Babinc wrote: $ionicHistory.goBack(); does not work when i update my project to 1.3.0. But it does work if i downgrade it back to 1.2.4. With no other changes. I started i new project, and...
View ArticleIonic 1 & angular-loading-bar
@Marine wrote: Did someone managed to use this plugin and make it work without forcing the start of the loading bar? https://github.com/chieffancypants/angular-loading-bar Just took a look to the...
View ArticleNative apps grows faster on Play Store?
@calebeaires wrote: I would like to start an discussion about how our apps (cordova/ionic) are being underrated by Google on its Play Store. Of course I am not sure about that, but I have feelings...
View ArticleMixpanel stopped working on iOS
@grege wrote: We have an Ionic v1 app and been using Mixpanel for metrics for over 6 months but in early March it just stopped working on iOS but is continuing to work normally for Android. At first I...
View ArticleIonic android platform installation error
@uvinduc wrote: C:\Users\UVINDU\Desktop\CPMAD\CarMart>ionic platform add androidUpdated the hooks directory to have execute permissionsAdding android project...Creating Cordova project for the...
View ArticleIonic $http request with 403 error on iPad device
@zhangzzh wrote: I'm scratching my head with one problem in ionic.I have an app, I run it with simulator (ionic emulate -lcs), works find, $http can call the backend service with post. But after I...
View Article