Creating iOS apps - OSX vs ionic package on Windows 7
@blizeH wrote: Hi, I recently purchased an app to customise and release onto both iOS and Android, and the instructions use ionic to create the app itself. I've gone through on my Windows machine...
View ArticleAngular Routing with Ionic: 1 template for multiply views
@Blackscreen wrote: I am developing my first Ionic-App which has 4 tabs(home,category,chat,profile) + Camera button in the middle. So now my question is: How can I use one route, as Example...
View ArticleCropping a full-hd image to a resolution that doesn't fit on the device
@0x1AD2 wrote: At first sorry for my vague question I'm going to make it more clear. The final result I want to achieve is sharing (using ngCordova social sharing plugin) an image that has a...
View ArticleAll my Cordova function don't seem to be working on IOS
@pierro wrote: Hi all, My whole app is working smoothly on android.But on IOS, most (or all, I didn't really check) of my cordova plugin don't work. For example:$cordovaSocialSharing does...
View ArticleCheck current state of the app
@coreelements wrote: So I have a working demo of push notifications with AWS SNS Mobile Push tied with Apple. I can register the device, pass the device token to my webserver. My webserver will add...
View ArticleRTL Support
@swarner wrote: Is there any intention of providing native RTL language support in Ionic 2? Posts: 1 Participants: 1 Read full topic
View ArticleRecord data with Ionic
@Camou wrote: Hi,I want to create my first application with Ionic (for windows phone platform).Pease, it's possible to record informations of a form in a data file.For example : number of kilometer...
View ArticleLocalize app name on Android
@javanrell wrote: Here you can see how to localize the name we show for an application (only Android). This is only a workaround I found for a problem I could not find any other solution. Once I start...
View ArticleWhy is img/ionic.png in the starter templates?
@JeroenNoten wrote: Hey all, I was wondering why the img/ionic.png file exists in every Ionic starter project. As far as I can find, it is never referenced. Do I miss something? Or is it just there to...
View ArticleWhen I run my ionic app on device geting this error
@andy87 wrote: TypeError: $browser.addPollFn is not a function at Object. (angular-cookies.js:60) at Object.invoke (ionic.bundle.js:13282) at Object.enforcedReturnValue as $get at Object.invoke...
View ArticleCrosswalk - Blank Screen when Keyboard is up
@apars wrote: After adding crosswalk whenever I pull the keyboard up by focusing on an input field, the portion above the keyboard screen becomes white instead of showing the app and what I'm typing...
View ArticleIonic 2 - Importing from Angular2
@jamespaxi wrote: Hi all, feeling a bit dumb dumb I've created a new file under www/app/services/test-service.ts I'm stuck at a very simple line: import {Http, HTTP_PROVIDERS} from 'angular2/http';...
View ArticleWhy is the subheader not showing?
@fernandopaiva wrote: I'm trying to create a search bar in an Ionic app. To do this, I'm using bar-subheader but that doesn't work: The subheader is not shown. My code: <ion-view...
View ArticleIonic 2.0: Uncaught ReferenceError: ionic is not defined
@rajkiranpanuganti wrote: I'm new to Ionic and Ionic 2.0. I created a simple hello world app. When I load with ionic serve -l, though the page loads correctly, when I take a look at console, I find...
View Article[Fix] Ionic 1.2.1 Scroll & PTR
@joonhl27 wrote: Some users have reported scrolling not working when combined with PTR after the new ionic update 1.2.1. This is most likely caused by the disabling of js scrolling. To fix add...
View ArticleUsing ngIf to filter ion-slides created by ngFor
@uclastudentmedia wrote: So I'm trying to have a modal filter slides generated by an ngFor. Here's what I have: <ion-slides loop="true" autoplay="false"> <ion-slide *ngFor="#category of...
View ArticleIonic pager directive for infinite scroll
@saqueib wrote: I wanted to use <ion-infinite-scroll> in multiple screen so I created a wrapper directive for this, but pager offset value is not updating, its making call with same...
View ArticleNew Select stacked label in 1.2 not working
@robertgecy wrote: I cant seem to get the stacked label that was added in 1.2 to work. Has anyone tried this and got it working? Thanks, Robert Posts: 1 Participants: 1 Read full topic
View ArticleSingle column phone, double tablet
@edwrede_ZA wrote: Hi guys I'm wondering if someone can help me achieve a layout, where by the following HTML is showed as a single column on a phone, but instead of stretching to 1 huge and ugly...
View ArticleHow to access REST services in ionic2?
@WajdiDH wrote: Please can you help me, i want to know how to use the REST service in Ionic2. Thank-you. Posts: 1 Participants: 1 Read full topic
View Article