Does ion-refresher or equivalent will be implemented in Ionic 2?
Yes, we plan on implementing it. There are several components we haven't implemented yet, here are some of them: github.com/driftyco/ionic2 Issue: Missing components opened by mhartington on...
View ArticleHow to create a singleton service
I am trying to create a singleton service at the app level to be used by various component pages. In angular 2, I would do this from the bootstrap method in the boot file: bootstrap(MyApp,...
View ArticleChanging the view based on radio button selection
Hi I'm fairly new with Ionic and AngularJS.I have created a page to select different options and display them on the next page, however I am stuck with how to make the two separate pages. I have two...
View ArticleIonic emulate ios error
I don't know the solution, but I've been fighting with this for at least a few hours now...
View ArticleConflict: ion-refresher + ion-option-button in browser (v1.2.1)?
Ionic: v1.2.1Windows 7Chrome 47.0.2526.106 m Setup: Add an ion-refresher + ion-option-button to a ion-list (which reads data using ng-repeat) Behaviour observed in browser: ion-option button will not...
View ArticleHow to create a singleton service
Inject it into the @App itself: @App({ templateUrl: 'build/app.html', providers: [ConferenceData, UserData] }) then import it in the @Page to use it. See the conference app: github.com...
View ArticleDoes ion-refresher or equivalent will be implemented in Ionic 2?
No rush :-). Just wanted to know. Thanks @brandyshea.
View ArticleError: Device communication timed out
Hey, I'm new at ionic and trying to start an app, with no success By trying the command ionic emulate platform android -l -s -c I'm getting this message: Error: Unknown platforms: platform. By usind...
View ArticleHow to create a singleton service
Yes, thank you. That is working. I had tried that before, but had forgotten that I still needed the import statement in the page component. Great.
View ArticleIonic + Meteor, the android app updates itself...!
Hi developers, I have some experience with Ionic, but am totally newbie with Meteor.I have developed very simple Meteor + Ionic app, built the android apk (via meteor build) that communicate with...
View ArticleHow to use html5Mode with Ionic?
You will have to create your own web server because 'ionic server' creates a server that don't support modRewrite. Here what I did: 1- Web Server for Production ( Nodejs + Express) server.js...
View ArticleInstagram style image preview on non iphone 5!
Hi, so this happened to me by accident, I accidentally had a 3d touch moment on my iphone 5 while I was using instagram app. I was wondering if this can be doing using Ionic and possibly NgCordova...
View ArticleImage Caching issue
When I change a users profile pic in my app, i do not see it actually change until i restart the app. The url of the image does not change. But the image does change. I want to keep my api this way...
View ArticleIonic Beta14: how to clean the Cache for a specific view?
There is still no solution for this old issue: https://github.com/driftyco/ionic/issues/3884 Unfortunately, it looks like there's a bug when hydrating them from the cache, though, in regards to their...
View Article$stateParams is not refreshing. Wasted a lot of hours. Help needed
hecontreraso: ng-click="goToUserProfile()" where do you put the goToUserProfile? which controller?
View ArticleAngular 2 - DatePipe fails in Ionic View App
I am building an app using Ionic 2 and Angular 2, right now I only run ionic serve in my local, and use ionic upload then running Ionic View on my Iphone 6 plus as for testing. Thanks for the Ionic...
View ArticleIon-radio with checked="true" does not work?
Hi, I wanted to try the ion-radio component. Seems to work, but if I put one of my radio with checked="true", it does not check it by default when the view loads. Any thoughts? <ion-radio...
View ArticleAnother image manupulation question
Hi,I'm busy with my first mobile/ionic app and my next task is to manipulate one image on top of another. The idea is that the user will be able to see what a painting will look like on their living...
View ArticlengResource with localhost do not work
Hi everybody.I have a ionic ngResource function that when my url post is a public url works fine, but when i use my own url rest application with localhost:8080 do not work.Why? Public url...
View Article