Error on plugin install
Seems the 'hooks' directory is missing in your project directory. You can simply create it:mkdir hooks
View ArticleNg-if boolean doesn´t work after second view load
Hi gmarziou, Thanks for your reply ! I thought the solution was something like that and indeed, putting cache:false in the state configuration corresponding to my view, it solved the problem.Now, I'll...
View ArticleCannot install ionic
It is definitely in my path. I just went to update Ionic again and... same thing. Appears to be an issue with "spawn-sync".
View ArticleNg-if boolean doesn´t work after second view load
Great. Alternatively, you could use an event, it's supposed to be more performant than no cache in state. $scope.$on('$ionicView.beforeEnter', function () { // Do something });
View ArticleSending Ionic Push notification through API gets error
hi, i have an example how i use the api and its working. remember to encode your api secret key example just an example api-key="123456789123456789"ecodeapikey="MTIzNDU2Nzg5MTIzNDU2Nzg5"you have to...
View ArticleIonic toturial for building a release.apk
make sure step by step but it's not working. I saw error below: Minifying JS file: ._ion.sound.js/Users/phanthinh/Public/Projects/buddy/build/***/node_modules/uglify-js/tools/node.js:57...
View ArticleCordova-plugin-background-geolocation
Here's a $100 off coupon for the first 5 people who wish to purchase my cordova-background-geolocation plugin: forum-iconic-31740
View ArticleIonic: facebook and google login, from respective native apps, with a...
Hi, that error seems to be because facebookConnectPlugin is not present in the environment you are testing. Where are you testing the app? You should test it on a real device or in the emulator.
View ArticleIonic authentication vs django site
Hi @ikerib you should check out Django Rest Framework, their docs are really easy to follow, and they have several packages they recommend for authentication. DRF:...
View ArticleDynamic Slides
how about removing a slide dynamically ? I can't success. diff --git a/index.html b/index.html index 6b8c6d2..0fc5821 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@ <script...
View ArticleWhy is gradle downloaded in every project that I run using new ionic?
Since yesterday, whenever I run ionic run android, it's downloading gradle in every project - can this be made as a global installation? or if it's required by every android project, why is it not...
View ArticleCrash iOS9
Hi, i've got an app, it works fine on iOS 8, but in iOS 9, it's another problem. My app crash in some device. In my device, ( iphone 5, iOS 9, it works, but in the device of my client, the app crash.)...
View ArticleDownloading Ionic Alpha CLI Issues
This is really shitty thing... tried thrice !! Same is happening with me..... !! my internet speed is good.... !!I even updated npm now... !! Now ionic is broken.... and is no getting installed !!...
View ArticleContacts plugin not always showing contacts
wrap your call of native api like $cordovaContacts.find() in $ionicPlatform.ready() to ensure that device and cordova is ready.http://ionicframework.com/docs/api/service/$ionicPlatform/
View ArticleAbout the Ionic 2 category
1、使用分类目录可以更好的管理项目。这是因为 Ionic 1 的 controller.js 和 service.js 是统一加载的(当然你也可以拆分它们并在 index.html 中分别引入,但必须是在应用程序启动时加载);而 Ionic 2 可以通过 import 单独载入需要的控制器和服务,独立编写并分别载入可以显著提高应用程序性能! 2、资源管理器(或...
View ArticleChange Ionic checkbox from circle to rectangle
It works, you need to wrap the input tag inside the label and have to add this class to label tag like below label class="checkbox checkbox-square input type="checkbox"label I have removed the '<'...
View ArticleHow to show notifications when app is in foreground?
Hi guys, I'm facing a issue. When my app is in foreground my notifications aren't shown. How can I fix it? Thanks
View ArticleIon-Spinner not showing on Infinite-Scroll when using ng-if
I noticed I've never be abble to made spinner appear event without ng-if...you have latest version of ionic?
View Article