How to create custom camera plugin?
P.S. by the way, I advise you to run with "ionic serve -c -l" (with the "labs" option, and showing errors in the console). I'm pretty sure it will work then, I believe the "-l" option fixes the...
View ArticleNpm error ! while updating ionic ! and now ionic is broken
Thanks for the reply !! So can i directly install nodist without uninstalling existing node ? or shld i uninstall it then frshly install nodist ?
View ArticleStarting a new create events calendar
Hello I´m new in ionic, but i have manage to create my first app.I searching for a calendar where i can add events and the users can make a resarvation.Like a booking system.. Hope someone have some...
View ArticleComplete guide to update app for iOS9?
Hi, I have 2 iPhone6 and one with iOS8.4 and the other with iOS9. I see that with the same build, iOS have some problem with navigating(routing) the view around or scope value gets not updated..? Is...
View ArticleNpm error ! while updating ionic ! and now ionic is broken
You should uninstall node before installing nodist
View ArticleComplete guide to update app for iOS9?
This has been covered in teh forum several times.The angular patch that is referenced in those posts is no longer required if you use angularjs 1.4.6 or more recent
View ArticleGET https://auth.firebase.com/favicon.ico 404 (Not Found)
This should not be a problem, this is often the case for any API server.The problem is probably somewhere else.
View ArticleComplete guide to update app for iOS9?
I guess, blog.ionic.io/preparing-for-ios-9/blog.ionic.io/ios-9-potential-breaking-change/ these can help, let me know if I am missing anything.
View ArticleSide menu with Tabs issue
Apologies, I didn't mean uninstall the whole nodejs, but only the ionic-quickstarter (because of the changes I made). Anyway, yes with nodejs 0.12 it's known to work. But since I now include the...
View ArticleHow to create custom camera plugin?
Hi Leob, everything worked fine this time. I needed to install gulp and do a gulp build. after that i could see my Index.html file in the www folder. Moving forward , you architecture is strange and...
View ArticleIon-nav-back-button doesn't appear with my project structure?
@brandyshea, Thank you, i installed ionic2@alpha and created a simple app that have only to page, home page and tabs page, and when navigate from home to tabs, back-button of navigation doesn't appear...
View ArticleHow to create custom camera plugin?
Hey that's good to hear. I'm very glad to hear that it works, there's another guy who's trying to get it working and it's an endless story, I'm about to give up. So tell me, which nodejs are yo...
View ArticleHow to create custom camera plugin?
Hi Leob, my node js version is v0.12.7. I just checked the version inside the app folder anyway using the command node --version. As per the guy, is he running on a windows machine? what's the issue?...
View ArticleFirebase Denormalization and huge data requests
It will depend on what you want to display. As I told you, you have to duplicate content, and store ID. So you can create a node "all" in your posts, and with firebase you can only query the last 100...
View ArticleLatest Cordova still too old?
Running into the same issue here with a similar configuration. nicoabie@minty ~/Development $ sudo ionic start ionic2test --v2Starting an Ionic v2 applicationDownloading:...
View ArticleFirebase Denormalization and huge data requests
I've read all about NoSQL, that's why I'm asking, because I can't get how to certain things.I get how to flatten data but I still don't get how to filter it from the Firebase side. SELECT * FROM posts...
View ArticleHow to create custom camera plugin?
Hi Leob, your login.ctrl calls the service UserService.login(). How does this controller know the location of this service? I do not see any includes.
View ArticleDetail View
Solved it!Here's my code: controller.js app.controller('SuggestionsCtrl', ['$scope', 'suggestionService', '$state', function($scope, suggestionService, $state){ $scope.suggestionId =...
View ArticleCan't see my custom fonts
OK and you don't see any error in console while remote debugging your app running on device?
View Article