User profile add edit and delete information
@jesst446 wrote: Hi please can you tell me how I can implement and code a user profile after logging in using firebase. I want the user to be able to add, edit or delete personal information and for...
View ArticleHelp wanted with tags input plugin development
@muma wrote: Hi there! I run into a problem at work, where I have to implement an ionic version of ngTagsInput with autocompletion. I thought of cloning guylabs/ion-autocomplete. As work progresses, I...
View ArticleOptional packaging of crosswalk only for Android < 4.4
@pliablepixels wrote: Hi there,http://blog.ionic.io/market-share-movement-android/ mentions that one should not package cross-walk for devices > 4.4 of Android. How does one go about optionally...
View ArticleHow to make a ion-tabs scrollable horizontally?
@Falk wrote: Hello,I am having a view with ion-tabs for an ios app.Is it possible to make the ion-tabs scrollable horizontally, I don't want to have the tab titles ending by '...'Thank you for your...
View ArticleSame state, different parameter: Ui-sref-active="active" on both items of the...
@LouisR wrote: Hi I have a menu wit two item leading to the same view (same state = /contact) but with different parameters passed to the view. The only problem is with the ui-sref-active="active":...
View ArticleApp-plist overwritten by ionic build
@jcschieb01 wrote: Hi I was wondering if someone could help me understand how my app-plist keeps getting overwritten by ionic build ios. So a few weeks ago I temporarily needed to add...
View ArticleIon contact tutorial
@Driesel wrote: Hey guys, does anyone knows a good tutorial how to import contacts from a device.I tried these here: calendee.com...
View ArticleIOS 9 breaks everything
@Gprasad2 wrote: We have full app developed release to beta testing and now nothing works, blank screen! Ran in Xcode it is reporting, "Failed to load webpage with error: The request timed out.". Any...
View ArticleCannot display pouchDB collection
@kranack wrote: Hello everyone, I have a problem with my ionic app and couchDB. I want to use couchDB with my app but that doesn't work There is my stateRouter $stateProvider .state('app', { url:...
View ArticleIonic App not launching automatically in default browser
@RahulBhooteshwar wrote: I am trying to run the command "ionic serve".It is launching an empty window of my default browser (chrome).The app server started correctly but I need to enter app URL in...
View ArticleHow rearrange the code
@fabiobalsamo wrote: hi can someone give the right step to rearrange the code??? i need to put every controller in a view because now i have only the controller in app.js and in controller.js for all...
View ArticleLogout and return to welcome view. ionicHistory
@Aceconhielo wrote: Hello, Im trying to create a controller that clear the cache of navigation in the app for make a Logout button. My idea is cleaning the Session ID when I tap the Logout Button so I...
View ArticleContent falls over on Android
@TomBeech wrote: Hi, I've got a really odd bug going on at the moment, on the odd occasion (I can't work out what forms it to happen) all the html/css falls over and goes inline on the page. Rotating...
View ArticleHow to deal with 33% items in iPhone5 resolution
@marlburrow wrote: Hi ! I've a little issue with list of items with 33% width.In the case of iPhone5 resolution, there is a little right margin. Use this codepen and set the item-width to "33.33333%"...
View ArticleIonic Autocomplete and Search Feature
@stevenfitzpatrick wrote: Hi, I am looking to add basic autocomplete and search functionality on a input field. I.e. the user can pick from autocomplete as they type or they can hit the search button...
View ArticleHow pass function to one controller to another?
@fabiobalsamo wrote: HI i have the login controller in the controller.js it's call 'AppCtrl'in another controller 'odlCtrl' i have 2 http.get and two query to populate tables and show data in views,i...
View ArticleIonic push notificatoins
@niklas_ngenic wrote: Hi! I'm about to implement push notification functionality in an ionic app. Currently I'm evaluating the alternatives on how to do this and I have a hard time finding the best...
View ArticleNavigation stack broken after switching tab programmatically
@tobias_philipp wrote: Hi there,I got an application based on the tab template. In my initial tab I got a slider. Once I tap on an item in this slider I need to navigate to another tab and there again...
View ArticleChange Ionic header size
@hannahchozma wrote: Hi all, I'm working on an app at the moment and I'm trying to change the header size to make it taller. I've seen lots of other posts asking the same question and it seems that...
View ArticleUsing multiple views inside single state
@vvavepacket wrote: Hi All, I'm trying to work on multiples views inside a single state. Basically, when the state 'home' loads, I want to load the 2 named views but it's not working. I've followed...
View Article