How to hide nav-bar with tabs in Ionic 2?
I used the state change event (may be different term) to hide the tabs bar. And hope you can do the same thing for your nav-bar also. $scope.$on('$stateChangeSuccess', function(event, toState,...
View ArticleExpose-aside-when in Ionic 2
Before the expose-aside-when directive in Ionic1 saw the light, you could accomplish the same effect with some @media css. For more info look at the codepen on...
View ArticleDifference in behaviour between phonegap build service and ionic build
So a bit more information.This behaviour doesn't seem to be tight to the ionic-plugin-keyboard.I've got a similar issue with the inAppBrowser plugin.The controls of the opened browser seem 'stretched'...
View ArticleHow does ion-slides work on 1.2.4 (Or does it work for 1.2.4?)
I'm also having this exact same problem Would anybody out there have a solution please?
View ArticleWhy $ionicView.beforeEnter is called twice in ion-tabs ?(With Plunker attached)
I have tried to add ion-tabs at the top of a page(HomeTabPage), but I found that the $ionicView.beforeEnter is called twice. Is it because the two tabs are sharing the same ctrl? Please see this...
View ArticleMultiple Tabs Using Same Pages
I have 3 tabs in my application. They all use the same page and accept different params.How can I use the same page for each tab, while passing each page unique parameters?Thank you!
View ArticleHtml5 video not being rendered on Android, getting sound only!
Could you please show us a plunkr how you get Videogular running with ionic?
View Article[Solved] Ionic in the background
Okay. I've sort of figured that all this has something to do with the lifecycle. From what I know using my debugging tool, I'm tracking the app doing these two, "Resume" and "Pause" by typing in my...
View ArticleTransition from ionic to ionic 2
Thank you all for your replies, I will check the video and the conference app (that looks amazing!) while waiting for ionic 2 to go on release/stable.
View ArticleI'd like my Android version looks like the iOS one
Hi,I'm building an app with Ionic, but the Android version doesn't look like the iOS version.For exemple, on Android, the tab controller have a grey line between the tab controller and the content,...
View ArticleIon-select with dynamic options
This works for me: <ion-item> <ion-label>Name(s)</ion-label> <ion-select [(ngModel)]="data.person" multiple> <ion-option *ngFor="#name of namesList" [value] =...
View ArticleIonic Push Notification - App not live
After doing the below steps to set up push notifications, the app on ionic.io console still says its not live. How do I overcome this? Below are the steps that we have done: 1) ionic add...
View ArticleVersion number Apache Cordova
It is neither the minimum android version supported or the version of cordova (cli) used, 3.7.1 is the version of the cordova platform library for Android that your app is using. You need to get it to...
View ArticleProvide password mechanism while downloading app from Appstore/playStore
Hi, @nicraboy, @mhartington and others I have developed an app in ionic and am ready to deploy it on App Store/ Play Store.My question is can we provide secure way for downloading application from App...
View ArticleProvide password mechanism while downloading app from Appstore/playStore
For iOS apps, you can join the Apple Developer Enterprise Program, your apps will not appear on Apple Store, you can distribute them directly to your users. I don't know if Play store has a similar...
View ArticleMultiple modals
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleSwipeable item list how to swipeback the row after event trigged
I have similar problem deleting a list item by clicking a delete button that appears on swipe: <ion-option-button ng-click=removeItem($indexOfItem)>. The "remove" button keeps showing on the...
View ArticleBackground-image
Hi All, My question might be slightly off topic but it seemed appropriate place to post it. I'm trying to place background image on the ionic card. Can anyone please let me know if this is possible...
View Article