Saved Events
so , they have the same limits ? what about database , can I use it in saving some events ?
View ArticleFirebase Denormalization and huge data requests
For multiple filtering it is really complicated, but sometimes you can filter by child (like category). For the age, I would try with "startAt() and endAt()" of...
View ArticleHow to attach event handler for nav bar buttons inside ion-nav-bar
Hi, I'm new to Ionic and building a tabs-view app which has a nav bar button inside ion-nav-bar element so the nav bar button appears in each tab. The code looks like this. <ion-nav-buttons...
View ArticleHow to create custom camera plugin?
"Includes" ... ? Eh, well, do you know the basics of AngularJS ? It's called "Dependency Injection" ... Read the beginner's guide to AngularJS and it will become clear.
View ArticleHow to create custom camera plugin?
Aiit. will do. I simply want to use my own user login module. I have web Api that implements Aspnet Identity. Thats what i want to use for my User Authentications.
View ArticleHow to create custom camera plugin?
Okay then you would wrap your Asp API inside an AngularJS service.
View ArticleIonic input is obscured by navigation bar
I have a long input list in one page. when I move to next input through KeyboardAccessoryBar, the input which get the focus can be obscured by navigation bar somtimes. a long input list:...
View Article'Cordova/CDVViewController.h' file not found
same problem here, here is my config: Cordova CLI: 5.3.3Gulp version: CLI version 3.9.0Gulp local: Local version 3.9.0Ionic Version: 1.1.0Ionic CLI Version: 1.7.7Ionic App Lib Version: 0.6.3ios-deploy...
View Article'Cordova/CDVViewController.h' file not found
Solved thanks to @shazron Add this line to your Build Settings -> Header Search Paths: "$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"Don't replace the existing line that looks similar,...
View ArticlePouchdb & kimonolabs - help
I'm using kimonolabs and pouchdb for feed reader.The following code is not working.pouchDb is work but kimonolabs not.please help.Thanks. var app = angular.module('starter', ['ionic', 'ngSanitize']);...
View ArticleRefreshing cached pages once logged in
I have two pages that are restricted to logged in users. If a non-logged in user attempts to visit these pages they are greeted with a login page. This check is performed using ng-if conditions....
View ArticleFirebase Denormalization and huge data requests
That one should be the solution until you realize you must use that with the orderBy directive So I can't order it by date Desc AND by startAt & endAt. So THIS is the clue!How we can go around...
View ArticleCan't see my custom fonts
Actually when add the crosswalk plugin to my project fonts will be packaged with my apk file, but as soon as I remove the plugin without changing anything else fonts will not be packaged
View ArticleIonic 2 Alpha local development server not getting commands in CLI
In Ionic 2 alpha I started a new app (base "tutorial" app without any mod) and the ionic server through "ionic serve" CLI command.Browser starts correctly and in the CLI i get "[BS] Watching files..."...
View ArticleIonic 2 Alpha local development server not getting commands in CLI
PS it works well with Ionic apps version 1
View ArticleRow-center directive not working on Surface simulator
Greetings, It seems the row-center directive isn't working when building a Cordova app for the "windows" (i.e. Universal) platform. I'm using the following code in a Visual Studio Cordova project. It...
View ArticleFirebase Denormalization and huge data requests
I guess, if you cannot do it on the server side, you have to do it on ionic and angular. But you can ask Firebase for this particular case. Best
View ArticleIonic push generates the same token
@gensollen good point. ill try another device. thanks
View ArticleInitializing Variables First Time Use - Proper way?
hey arielf , just noticed a bug, not sure if you are aware of it. but on android 4.3 and below ( im testing on 5 , 4.4, 4.3 and 4.1) all the screens appear on top of each other and not seperate on...
View ArticleWhy height 100% doest work?
I have created a new project and try to put image in div with background-image: url (image), background-size: coverand main div have width:100% and height: 100%.And it doest work. Why ?To make this...
View Article