Scroll-bar-indicator not getting hidden on scroll stop
@vijaygattineni wrote: I'm using ion-scroll and scroll indicator is not getting hidden in some cases even though scroll is stopped. I found scroll-bar-fade-out is not getting applied to scroll...
View ArticleManually push notification from App to Device
@amaccann wrote: (Given how generic and common the terms 'Push Notification' are, I've got a lot of false positives in searching, so forgive me if this is an obvious / already-answered question.) Our...
View Article$cordovaFile.copyFile - Error in Success callbackId: Object [object Object]...
@Adamxyz wrote: Hello, I'm trying to move photos and videos taken with cordova capture with cordova file.copyFile to my app folder and I'm getting Error in Success callbackId: File798966135 :...
View ArticlePackage service with separated x86 and arm7 apk with crosswalk
@BojDom wrote: Hi everyone , i almost finished my app and installed crosswalk correctly , but when i use the package service to build the app i get a huge 70 mb apk that is useful just for only...
View ArticleMemory warning IOS 9 and IONIC
@lucius_andi wrote: Hi guys Currently i am building an app similar to below image Basically, it will let user to stream photo and with similar product attached below of the photo. I have no memory...
View ArticleError: $compile:ctreq Missing Required Controller
@Kusuma_12 wrote: <ion-view title="Donate" hide-back-button="{{isApp}}" cache-view="false"> <ion-nav-buttons side="right" ng-if="user"> <button ng-if="user_id" class="button button-icon...
View ArticleDeploy Android App - x86, armv7 or both?
@somtam wrote: Hello everybody, I've just follow the instruction found herehttp://ionicframework.com/docs/guide/publishing.html but I find that I have 2 different release version. One is for x86 and...
View ArticleHow to pass more than one param into state.go?
@maxdonetsk wrote: Hi guys, please give me you advice about the best way to pass multiple parameters into $stat.go servise.I have this code: $state.go( 'signup-result', { 'profileTypeTitle':...
View ArticleNav-bar button icon not appearing
@hackhands wrote: I am implementing ionic-filter-bar into my app. It is mostly working. However, I can't figure out why the search icon is not appearing in my app. As a guide, I have been using this:...
View Article[iOS] After 'IPA file', notification is not working
@Taehwa wrote: Hello guys. I create a IPA file for 'ad hoc'. That way beta testers can download. Everything seems working fine but the notification is not working. Once, user login, I get...
View ArticleIon-nav-view dynamic name
@kinkaz wrote: Hello, My tabs are stored in one of my scope's objects. My code is : <ion-tab ng-repeat="tab in tabs" href="#/tab{{ tab.url }}" title="{{ tab.title }}" icon="{{ tab.icon }}">...
View ArticleApp Shows blank screen after Updating iocnic.css
@Ankb03 wrote: Hi, I am updating my ionic css from from 1.0 to 1.2 and as a result of that my app shows a blank screen. Any idea why its happing. Thanks Posts: 1 Participants: 1 Read full topic
View ArticleNativeScript support?
@ljorgensen wrote: As I am looking at Ionic for my next big thing, I am also looking at NativeScript. Now that Angular supports NativeScript, is there any interest in supporting Angular/NativeScript...
View ArticleIonic sass compilation on build
@kumargarapati wrote: Is it possible to compile sass on ionic build or ionic run commands ? currently, it is only compiling on ionic serve Posts: 2 Participants: 1 Read full topic
View ArticleNg-show for tab item
@maxamillion32 wrote: I would like to show a tab link for a specific user type only.. I'm unable to find an example, can someone help with this? Posts: 2 Participants: 2 Read full topic
View ArticleWondering would this ajax code work within my controller?
@ecribin wrote: I don't have a computer until tomorrow to test this but just wondering would this work or is there a way to alternate and make it work for ionics framework $.ajax({ url:...
View ArticleMultiple side menus and tabs
@jesst446 wrote: Hi I'm creating an app that will have a number of different menus/tabs throughout. There will be a profile page that will need to have its own menu after being directed from the main...
View ArticleAre there any ionic specific fonts?
@k215ar wrote: Hi, I'm trying to figure out if there are any ionic specific fonts and if so, how do I see them? Posts: 1 Participants: 1 Read full topic
View ArticleCORS issue on release build but not ionic run android
@nwkeeley wrote: I have my ionic app using a remote API server for data. I have installed cordova-plugin-whitelist config.xml I have:access origin="*"allow-navigation href="*" When I run: ionic run...
View ArticleDifferent background for each tab
@alanmarth wrote: Hi everybody. How can I set a different background style for each tab using the tabs template? I can't simply define a style for each ion-content, it doesn't work. So I have to wrap...
View Article