Ionic Deploy - Updates do not persist on iOS device
@bloinka wrote: I'm having an issue where my updates are pushed and visible until I restart the application. After that, it reverts back to the previous app version. Things work as expected on...
View ArticleIon-scroll disable scroll until zoomed in
@Wattsin wrote: I would like to disable scrolling in an ion-scroll until the user is zoomed in. Can I bind an event to on-scroll? Any idea? Posts: 2 Participants: 1 Read full topic
View ArticleHow to import generated Provider?
@shepard wrote: I have used the generator to produce a provider:ionic g provider MyData I am trying to import it into a page.js.I have tried the following but it cannot find module:import {MyData}...
View ArticleMake a back button a logout button
@Jflabonte wrote: Hi, I am currently working my back button. And i am wondering how can I convert one one of my back button into a logout button. I need to add a ng-click and have my function to do...
View ArticleGetting bar/line in sidemenu whenever using ionic popup
@chakhedik wrote: As shown in image below: I did compare elements for both with bar n without, both have exact same styling. Any idea? Posts: 1 Participants: 1 Read full topic
View ArticleInivisible UI and module ngLocale is missing
@Damodar wrote: Hi My app works perfectly well in browser. On device UI is not being drawn/rendered.I am using Vorlon to debug on my device and I can see that app logs module ngLocale is missing...
View ArticleProblem with data filtering
@ahstanin wrote: Hello there, I am facing a complicated filtering problem with my app. I have 100++ data on my json file. Using ng-repeat to show them in list and upon clicking individual showing...
View ArticleIonic : ion-content not resizing with dynamic data
@mayur_joshi wrote: On a webview loaded in an Android application , ion-content has a div tag with ng-repeat to load dynamic data , when the user reaches the end of the page I use ion-infinite-scroll...
View ArticleUsing express-session not working on ionic
@ardyhim wrote: why using express-session not working on ionic? if using a postman working Posts: 1 Participants: 1 Read full topic
View ArticleCan we add facebook comments on mobile app using ionic?
@rajneesh wrote: We are building a content app for a website and they use facebook comments on their webpages.Is it possible that we can include facebook comments in Ionic app as well and get same...
View ArticleDynamic template from url
@ashraftushar wrote: .state('tab.home-detail', { url: '/home/:homeId', views: { 'tab-home': { templateUrl: 'templates/home-detail**:homeId**.html', controller: 'HomeDetailCtrl' } } }) I want to make...
View Article[SOLVED] Ionic can not find lib directory even though it's there in plain sight
@lilbiscuit wrote: This is a little bizarre and frustrating, but out of nowhere I can't run Ionic serve because it's throwing 404 errors on everything in the js/lib directory. Permissions have not...
View ArticleIonic 1.2.4, collection-repeat and scrolling
@pliablepixels wrote: Hi, I just upgraded my project to ionic 1.2.4 and noticed that collection-repeat along with native scrolling doesn't work on Android My observations/questions (android only, iOS...
View ArticleIssue upgrading ionic to 1.2.4
@pliablepixels wrote: Hi there, ionic info reports Your system information: Cordova CLI: 6.1.1 Gulp version: CLI version 3.9.1 Gulp local: Local version 3.9.0 Ionic Version: 1.2.4 Ionic CLI Version:...
View ArticleIonic Package ios build failed
@patwaswapnil wrote: Getting following error while building for ios using Ionic Package. I have already attached provisioning profiles. === BUILD TARGET Dev App OF PROJECT Dev App WITH CONFIGURATION...
View ArticleError during ionic installation
@Sly wrote: I'm having a problem installing ionic when I run npm install -g cordova ionic it installs but the ionic start command can't be found so I run npm install -g cordova ionic gulp and this...
View ArticleAndroid getting net::FILE_NOT_FOUND_ERROR
@ToshanPatel wrote: Hi , I am new to ionic. Whenever I use ionic run android, I get net::ERR_FILE_NOT_FOUND (file:///android_asset/www/Application/Infrastructure/login.html) error. I have tried to...
View ArticleIonic realty sample
@code1942 wrote: I Just tried to setup and run the ionic realty app at the following link"http://coenraets.org/blog/2016/01/ionicrealty-new-ionic-2-sample-application/" But I get a blank page Can...
View ArticleFirebas and ionic issues
@donsplash wrote: FIREBASE AND IONIC are great combination for mobile Apps, But there is an issue with both combination, i have created an App with both and noticed that at times the App just wont...
View ArticleHide address bar on mobile website
@yosikal wrote: I'm trying to use ionic for mobile website development. It's working great except that the address bar isn't getting hidden when scrolling down. Anyway I can make it work? Posts: 5...
View Article