Can't get ui-grid to work
@cklaffer wrote: Hi, did anyone get ui-grid to work with ionic? I followed the tutorial steps on their web page and it works within chrome, but on the phone it doesnt scroll and mashes the table :-/ I...
View ArticleWindow.cordova && window.cordova.plugins not Firing
@webdev_syd wrote: Hi, I have a problem in my app where this code is not firing everytime I run the app on the device: if (window.cordova && window.cordova.plugins &&...
View ArticleIs the dark theme still available
@daneroo wrote: The docs here, say there is a dark theme available.Is that true?http://ionicframework.com/docs/v2/theming/theming-your-app/ Also the docs seemed to versioned: v2, but my tool...
View ArticleAndroid navigation bar does not go away
@vbaspcppguy wrote: After opening and then hiding the keyboard (by editing a text box) the android status bar does not go away (even after several minutes) and it continues to hid part of the nav-bar....
View ArticleIonic app slow in 64 bit android mobiles
@Abiraman wrote: Hi, i am using ionic for my project.After i build my app in android ,it run perfectly and faster in 32 bit android mobiles.But it is very slow transition and animation in 64 bit...
View ArticleNo back button when navigatin from home to tabs page
@matanyed wrote: Hey, I'm trying to navigate from home page to tab page (information tab page).This is my routes: $stateProvider .state('home', { url: '/home', controller: 'HomeController as...
View ArticleCan't create spash screen or icons in Ionic 2
@richardshergold wrote: Should this be working in Ionic 2 ? If I run ionic resources I get the error: TypeError: Cannot read property 'then' of undefined at Object.run...
View ArticleIon-nav-view name variable
@matanyed wrote: Is that possible to transfer name attr with variable?This is my code, but it's not working: < ion-tabs class="tabs-positive tabs-top tabs-striped"> < ion-tab ui-sref="{{...
View ArticleSide menu disappears when navigate from one view to another
@dh_soni wrote: Hi, I have 2 views transaction and details. On the transaction view the side menu appears fine. At the bottom of transaction view I have a button Details. On click of this button the...
View ArticleFormatting default date format from mm/dd/yyyy to dd/mm/yyyy
@karthik123 wrote: I'm using the code< ion-item class="listItem item-input" id="dateSight">< span class="input-label" >Date Sighted < input type="date" ng-model="newobs.date"><...
View ArticleAll phone numbers from navigator.contacts are null
@alschwank wrote: Hi, I'm using cordova-plugin-contacts to get all contacts from my phone. I get all contacts and all their entries are correct except the phone numbers. All phone numbers are null. Do...
View ArticleIonic push notifications with payload in "Ionic Serve" testing mode
@nadavb wrote: Hi, I am trying to test the "payload" in push notifications.Two questions:(1) How can I pass a payload that will be delivered to all platforms (ios, android, etc)? (2) I pass it to both...
View ArticleWhat is the difference between "sync to latest" vs "clear app data"
@arlevi wrote: I am asking because I keep thinking that maybe if I'll click on another button - something will change in my app. Issue is: I am making changes in the HTML files but the app doesn't...
View ArticleECONNRESET error with fresh installation of ionic in ubuntu 14.04
@SwapneshSinha wrote: My node version - v4.2.1My npm version - 2.14.7 Doing $: which nodereflects -> /usr/local/bin/node I tried npm config set registry https://registry.npmjs.org/ as previously it...
View ArticleIonic App freezes in lollipop 5.1.1
@vinnakotabalaji wrote: Hi Guys, I'm new to ionic framework.The templates i have got are IONIC.I have observed strange behavior in 5.1.1 lollipop and its freezes when going from one state or when...
View ArticleRepearting pages in form
@dcmcvarish wrote: I am developing a pretty simple app to be used for compiling real estate chains of title. The layout of the form page is relatively simple, but what I am having difficulty figuring...
View ArticleiOS: inappbrowser problem
@morkov4o wrote: Hi, i have youtube embeds in my app and when the user clicks on the social icons or on the youtube logo the link is opened in the inappbrowser. But there is no back to app button and...
View ArticleHow to cancel a scheduled push programatically?
@fuinkio wrote: Hi, I have been looking everywhere about how to cancel a push message all over the internet, but it seems that the only way is via web consoles from push providers. I have seen that...
View ArticleHow to I $state.go to the Child of Another Parent state? Is this possible?
@evandillon wrote: I'm not sure what the issue is here, but I can't seem to go to the child of another parent and have the child view appear. If I am in the state 'tab.B' and I want to navigate to...
View ArticleBraintree Custom UI - Input fields too big
@moere wrote: Somehow I can't solve this problem with Braintree custom UI. It generates unexpected behaviour. For example The IFrames are way too big. I tried to disable all heights (aswell those from...
View Article