Ionic run android - configurations not running app on device
@piccaza wrote: I am trying to build and debug ionic 2 app on my android devices. Following are the details of console out put when am trying to run command ionic run android > #->ionic run...
View ArticleSide menu randomly not working on Touch for iOS
@duncanunderwood wrote: So for some reason that I'm not sure of, my side menu has stopped working on iOS but works perfectly on android and ionic view. Actually i can get it to work on one of my iPads...
View ArticleAre these missing libs causing my app to crash?
@JimboJ wrote: Hi all, after adding some new features to my release ios ionic app I've been battling with random crashes and white screens for the last month. I'm ready to throw the towel in and...
View ArticleScheduling local Notification when app not running?
@Sumeet123 wrote: can the local notification be scheduled when app is not running ? I dont mean receiving when app is closed ! i mean shcheduling and receiving the same notification immediately ! I...
View ArticleAdding the ionic-platform-web-client plugin stops app from working on devices...
@bnawaz168 wrote: Continuing the discussion from Push notifications problem as of february 2016 new problem because of updating: Hi, Firstly thanks for the amazing framework again, the fact that this...
View ArticleHow to make nav list-menu collapsible. Find screenshot and Code
@peterokachie wrote: How do I make nav-list expandable? Find screenshot one and two. Choose a Sub-Category {{ item.label }} Products <ion-item ng-repeat="product in products.category.products.item"...
View ArticleUpload pictures and other data to server
@bubbobne wrote: Hi all, I'm triing to load a picture with oteher data. I'm using the fileTransfert plugin https://github.com/apache/cordova-plugin-file-transfer. indent preformatted text by 4 spaces...
View ArticleWhy the app would be restart after pause?
@wilsonfpz wrote: Hi,I find that after the app was paused by the user (move to the background) ,sometimes it would be restart.Say the last view state by the user is A and the initial state...
View ArticleI have problems with localStorage in my app
@alvarezsh wrote: I am using ngStorage for storage in my app. But this only works when restart my app. It does not work in real time I am testing on a android device, also I'm using ng-cordova-oauth....
View ArticleHow to store the password in an application
@Sebastianor wrote: I would like to store password in my application but i am not sure about security. Actually I am storing password in local storage but I heard that it is not safe. Is there any...
View ArticlePush on iOS with Google Cloud Messaging
@devastor wrote: Hi there.Google supports PUSH's for iOS now, but in docs described method to use Apple Developer Center, so question is: how to use Push notifications with Google Cloud Messaging in...
View ArticleHow to use a package after npm install
@Leetcat wrote: I want to use the node package "gtfs-realtime-bindings" in my ionic project.You can find it here: https://www.npmjs.com/package/gtfs-realtime-bindings But once I do npm install...
View ArticleIon-scroll direction x inside ion-side-menus doesn't work in ionic 1.2.4
@udeeps wrote: ion-scroll (direction-x) doesn't work inside ion-side-menus element in ionic 1.2.4 even when the side-menu is not draggable. I can't scroll the ion-scroll element horizontally in Galaxy...
View ArticleForm input above autocomplete list
@Ramonsan wrote: I want to add a typehead style autocomplete input in my form, like Angular Material <md-autocomplete>, I was using ion-autocomplete from guylabs, but I prefer MD way instead...
View ArticleIssue with $cordovaOauth Linked in 404 page
@Adimor wrote: I am developing an ionic app. On successful authentication of Linkeidn (using cordovaOauth), I am getting a glimpse of web page not available for all android devices. Also if the user...
View ArticleCreate a folder and a file inside it, in the root directory of a device
@Ratikanta wrote: I am trying to create a folder in root directory and create an excel file inside it. Has anybody done this before or anybody has any idea? I have tried file plugin but not...
View ArticleImage width height and center css
@taylormaster wrote: Hello! I have this code: <ion-content> <div class="flex-container"> <div class="flex-item" <img ng-src="{{pix_url}}"> </div> </div>...
View ArticleCached Views not reloaded when navigating back: $ionicHistory.goBack()
@Kholofelo wrote: I have a state defined as follows: .state('tab.friends-userprofile', { url: '/friendsUserprofile/:id', views: { 'tab-friends': { templateUrl: 'templates/social/userprofile.html',...
View ArticleHide Back button
@Kusuma_12 wrote: <ion-nav-bar class="bar-we-orange" ng-class="{'home--header-bar' : hideback}" align-title="left"> <ion-nav-back-button class="button-clear button-clearwidth"> <i...
View ArticleVisual glitch on IOS
@jonathanlaf wrote: Hello, I have a problem when typing into an input, some part of the desigh disapeared than when I switch to another input everything goes white. Does someone have run into this...
View Article