Should I put all the controllers into one .js file?
@Shine wrote: Hi, I'm just a newbie for Ionic Framework and AngularJS. Now I have a question that should I put all the controllers into one .js file or they should be in separated .js files?? Which...
View ArticleNg-Change on a select box on iOS drives me nuts
@halukkaramete wrote: This is only an issue on iOS. Android works expectedly. I have the below select code on my settings screen for the user to select an audio from the select box. After the...
View ArticleHow to build a Windows Phone app?
@jorgecacho wrote: Hi, I see now Ionic 1.2 supports Windows 10, but I'm unable to find any tutorial or document showing how to build it. Does anyone knowhow to run an existing Ionic app on a Windows...
View ArticleSidemenu does not appear in some android phones
@bnkumar_k wrote: The sidemenu in my app does not appear in certain phones like Samsung Galaxy s5 with Android 4.4.4.It works properly in Nexus 5 though. What would the issue here? I have not changed...
View ArticleAbout loading datas to views
@ordekci wrote: Hi. I use $ionicview.enter event for loading data. So, datas are loading each view call. I get latest datas on server like this. I show this datas in a list. When I click an item on...
View Article[Div center inside ion-slide] Div isnt centered on tablet, while works good...
@kopytkopytko wrote: I want text on each slide to be centered, while it works and is displaying properly on my smartphone (android) and in web browser, it looks weird on tablet (also android), like it...
View ArticleChanging theme color
@ottz0 wrote: I am making an app that you can select a colour. When you select the colour I need whole theme to change colour. So something like onClick > changecolor = red. What is the best have...
View ArticleHow can i sent picture message using ionic.io push?
@patwaswapnil wrote: I am using ionic push service for my app and it is working as expected but i couldn't able to find any option for sending Picture Messages.Documented here in phonegap-plugin-push....
View ArticleAngular-resource problem post or put. why?
@herudi wrote: why ionic not support angular-resource post or put. . ? but query and get yes support Posts: 1 Participants: 1 Read full topic
View ArticleUnable to install Ionic with npm? (Mac OSX El Capitan 10.11.2)
@gg2001 wrote: I am trying to install Ionic using npm, on my mac, running OSX El Capitan 10.11.2. sudo npm install -g cordova ionic Cordova is already installed, and I definitely entered my password...
View ArticleIONIC + FIREBASE - Synchronous XMLHttpRequest WARNING
@nikgde wrote: Hi, I am starting out to learn ionic (and its absolutely awesome :)) I am working with firebase and I keep getting this warning -Synchronous XMLHttpRequest on the main thread is...
View ArticleShould I learn Ionic or Xamarin?
@wadep wrote: I have invested some time learning a bit of Ionic and really like the framework, but I have a .net C# background and have to make the decision as to whether I should learn Xamarin...
View ArticleNew ion-slides component does not show in modal
@hoeksms wrote: Hi, I'm trying to replace the deprecated ion-slide-box with the new ion-slides component. When I use the default example of the documentation, everything works fine of course, but I...
View ArticleIon-infinite-scroll issue on phone
@ordekci wrote: Hi. I use ion-infinite-scroll for loading more data for loading more data. I show 20 datas firstly. Then I load 20 datas when scrolling on page end. I tried it on real phone - android...
View ArticleUrl with %20 in ionic.config.json proxies
@fme wrote: I have the impression that "ionic serve --browser=chromium-browser" fails when the proxies JSON array in ionic.config.json contains a path and/or proxyUrl with values containing the...
View ArticlePush Notification Not Shown when App is OPEN - Android
@ebocic wrote: Hi guys! Wondering if some of you had a problem with this. I am using full push notifications in Ionic with the phonegap-plugin-push. Testing on Android when my app is closed/background...
View ArticleAndroid Build Error - processDebugResources FAILED
@safire wrote: Hi! I'm new to ionic and I'm tryin to create my first project, but I have a error when do ionic build android.Can someone help me? When I try 'ionic build android' :...
View ArticleHow save a reverse categories on Ionic, firebase
@nextmobi wrote: Hi, This my json data for http://angular-ui-tree.github.io/angular-ui-tree/#/basic-example How save it on firebase? thank you[ { "id": 1, "title": "node1", "nodes": [ { "id": 11,...
View ArticleAction buttons Not showing up with notifications
@kashyapm wrote: Hi I have a question regarding the action buttons that show up on push notifications this is the data that I am sending to ionics server { "send_to_all": true, "profile": "dev",...
View ArticleHaving problems with Ionic ui-router and nested states
@robertgecy wrote: I am having trouble wrapping my head around the ui-router and nested states. I am trying to navigate from a main page to a tabbed view. When the app changes from the main view to...
View Article