Select tag with ng-options loses binding
@jasonhector wrote: Hi,I have a select tag that I populate with ng-options and bind it to $scope.location:<select ng-model="location" ng-change="updateLocation(location)" ng-options="loc.name for...
View ArticleWant to show files in my app?
@VijaySasavadiya wrote: I creating the app in which the user upload any type of file at the remote server, and then i want to each file when they want. when user want to see the attachment i just got...
View ArticleLatest CSS change broke bar-subheader class
@dickydick1969 wrote: When installing latest ionic css we see that our bar with sub header is not as wide as before. 859e5524-1e98-11e6-825f-62c0e0086d96.png634x810 we found that this change in ionic...
View ArticleGetting apk or data from ionic view
@San_soft wrote: Hello!I made a huge mistake today. I accidentaly overwrote a json data with an older one. It has a lot of info in it. The only place with the correct json is the uploaded app in the...
View ArticleCreating two apps with one codebase project
@pChevald wrote: Hi everyone !I works for a company which has 2 apps on iOS that shared more than 70% of their code, so they have been created based on a single project with the xCode concept of...
View ArticleHELP: Ionic run iOS deploy to device - console output
@BrentAshWilliams wrote: Hello, I have seen some similar threads related to having an issue with ios-deploy => lldb. I am wanted to launch my app on a device and see console output in my shell. I...
View ArticleFront Screen and Forehead Screen Progress
@samirkantalenka wrote: Layover on the screen : While there is stuff happening on the background there are notifications that come on top of the screen like an extra layer – Have you ever seen this –...
View ArticleHow to store 4 to 5 pages data and finally submit to server
@murugeswari wrote: Hi folks, I am just try to create online shopping application kind of thing. My process will be like who want to sell their product the have two enter every information about it...
View ArticleBlank page after login - ionic and Auth0
@glaucioguerra wrote: Hey there, I'm new in ionic and I have an issue using auth0 on iPhone via ionicview. After login a blank page with OK text is displayed. I'm following this tutorial:...
View ArticleRetrieve link to share my post
@PECNET wrote: Hello, I use cordova-plugin-x-socialsharing plugins to share posts. I try to get my link found in this variable -> itemCtrl.item.guid|trustHtml -> {{itemCtrl.item.guid}} but I can...
View ArticleFacebook Account Kit
@chazwoza wrote: hi all,Has anyone integrated Facebook's Account Kit into their app? (https://developers.facebook.com/products/account-kit) If so, could you share code? Cheers Posts: 1 Participants: 1...
View ArticlePersistent Object storage
@ottz0 wrote: This has probably been asked before but i'm going round in circles with this. I have an app that I want the user to select a colour for the theme. When they select a color the theme...
View ArticleIonic firebase Simple Login email and password Error
@teaser5001 wrote: TypeError: $firebaseAuth is not a function ionic.bundle.js:26794 TypeError: Auth.$authWithPassword is not a function at Scope.$scope.login (app.js:148) at fn (eval at...
View ArticleHow to display image with the right width and height?
@Pablo74 wrote: I need to solve displaying pictures in my app. Although I define width and height of picture, it resizes picture in mobile phone (inside ionic android app). I use<img...
View Article3 layers of depth with Ionic TABS!
@claudiocarmeli wrote: Hello,This piece of code is what you find in a new Ionic project if you choose the Tabs example.In app.js you have this .state('tab.chats', { url: '/chats', views: {...
View ArticleLocal database , pouchdb sqlite?
@coreelements wrote: Hi I want to implement a local database on my device to store data from my server (php / mysql). I've already done this with another app and I used sqlite. After some reading I...
View ArticleTabview 4th Tab is not show into the mobile phone
@satyampv wrote: I attached image for MotoE & $Ionic serve .web it's working fine . When I build android .it will not showing any error only blank screen display. Can anybody have solution for...
View ArticleAdding ion-nav-buttons in side menu page with tabs
@erabhimanyu17 wrote: I am facing issue in adding a button to the right side of Nav Bar in one of the page from Side Menu. The page(page.html) has 4 Tabs. I need the right side button in only this...
View ArticleAngularJS isn't working on device app
@nzambello wrote: Hi everyone,I'm starting developing with Ionic Framework. I wanted to adapt my webapp written with AngularJS fw for Android phones.The app worked well on the browser when testing...
View ArticleIonic Push not working on Android
@rkreienbuehl wrote: HelloI am working on an app and need to use push notifications. I set up the push like described in the docs. First tests on iOS worked perfectly but now im trying to get it work...
View Article