How to display the Tabs on the bottom in android?
on the app.js type .config(['$ionicConfigProvider', function($ionicConfigProvider) { $ionicConfigProvider.tabs.position('bottom'); }]) // you can put top value instead of bottom if you prefer
View ArticleSetting the transition direction animation
Thanks @mobileAppDeveloper for the suggestion to use $ionicViewSwitcher.nextDirection() directly instead of relying on nav-direction tag. I found that nav-direction sometimes work but sometimes...
View ArticleIonic2 promise issue
Hi all, I'm a newbie and try to turn it for hours so I hope someone can show me my errors, maybe ^^ So, I have a provider that calls a json `import {Injectable} from 'angular2/core'; import {Http}...
View ArticleError when running 'ionic emulate ios'
After a review of npm commands and carefully going through all the directories that npm creates while installing packages I discovered how my package installations were messed up. Here are the steps...
View ArticleItem-sliding: how to slide back to right?
Hi, To show different options, we slide to the left to reveal them. Is there a way to slide back to "normal" (hide options) once the action is done?
View ArticleIon-nav-bar automatically hidden when it shouldn't be
I am following this dated tutorial, and got a similar problem: the header bar would display, but the text would not.Problem was; home.html had the h1 within an <ion-nav-bar>. Updating that tag...
View ArticleSearch bar + tabs + keyboard iOS bug
I think there is a bug in iOS. I have a search bar in the navbar of a root-page tab. When I click on the search bar to write something the keyboard comes up, then I press the cancel button to stop the...
View ArticleJava.util.zip.ZipException: invalid LOC header (bad signature)
Hi there I am trying to build apk form my project but I get this error:FAILURE: Build failed with an exception. What went wrong:java.util.zip.ZipException: invalid LOC header (bad signature) Try:Run...
View ArticleThis.app.getComponent('nav') undefined
export class MyApp { root: Type = WelcomePage; app:IonicApp; constructor(app: IonicApp, events: Events, platform: Platform, authService:AuthService) { this.app = app; let t = setTimeout(() => { let...
View ArticleIonic2 promise issue
Where did you put your data.json file. It should be in WWW/build/page/ not in app/page/. Whenever app run it pulls everything form www folder. Same thing happened to me. After I put json file inside...
View ArticleIonic 2.0... when will it be ready for production?
are there some approximate date? Thanks!
View ArticleIonic 2.0... when will it be ready for production?
After angularjs 2 will get stable version. Currently angularjs 2 is in beta version.
View Article[Debate] SqLite db versions and migrations, how is it intended to be?
Yes, I think the adb install is replacing everything. What I would do is: First time, execute ionic run android Then bump the version in config.xml execute ionic build android copy/paste the .apk in...
View ArticleIcons not working in ionTab
Hi everyone,I'm playing with Ionic v2 and just noticed that some icons does not work as expected in ionTab components. Here is my code: <ion-tabs> <ion-tab [root]="tab1Root" tabTitle="Tweets"...
View ArticleStyling is not applied to buttons in components
see this: https://forum.ionicframework.com/t/how-to-make-a-directive-or-equivalent/40428/14?u=melliott "@Page comes with the IONIC_DIRECTIVES by default, if you're using the @Component you need to...
View ArticleI am building an app for android and ios using Ionic.Can anyone guide me how...
i would you be able share what plugin you wrote for bluetooth scanner
View ArticleIcons not working in ionTab
There is differences with available Ionicons in v1 vs v2, make sure you only using icons from the v2 set here: http://ionicframework.com/docs/v2/resources/ionicons/ It does look like angular and...
View ArticleIcons not working in ionTab
Thanks for your reply.I'm using v2 set icons. Maybe we have to wait a little!
View ArticleItem-sliding: how to slide back to right?
samfung answered this here: forum.ionicframework.com How to close ion-item-sliding by api? After a <ion-item-sliding> is slide opened, is there an API to close it?
View Article