How to always run app on background even if it was closed? (SERVICE)
Thank you for response
View ArticleCordova & ios storyboards
UPDATEI figured out it's a problem with how the platform is added. Apparently when cordova copies all the plugins it's not copying the .storyboard files from the main plugins folder to the platform...
View ArticleAndroid Build Failed
Hi Dellos7, thank you for sharing, unfortunately when I try to run your suggestion mac cannot support command apt-get. It said that: apt-get: command not found then I try to run using this:brew...
View ArticleHow to use bootbox.js
I myself abandoned bootbox.js for the same reasons. Not only is it a little wonky on different devices it also requires jquery. I just went with ionic's own...
View ArticleCustomising ion-toggle inside an ion-list
In a fashion, yes. I don't customise the toggle, I just put a block href next to it to achieve what I wanted. You should be able to remove the width:90% too <ion-toggle toggle-class="toggle-calm"...
View ArticleIonic setup sass not work
Thanks this worked for my error - which was a bit different.Except that before running 'ionic setup sass' again I had to run 'npm install gulp-sass' as well.
View ArticleSending bulk push notifications with Ionic Push
Hi! Ionic Puhs looks awesome and easy to integrate in Iionic apps. We really want to use it as our Push notification system for our business but we have some concerns regarding massive bulk sending of...
View ArticleCan an Ionic application run in the background as a service?
I'm not sure if this is possible using Ionic (Perhaps I'll have to create my own plugin for it?) but I want to create the interface for my new application with Ionic, but I also want to have a service...
View ArticleBackground-image slow rendering
Same issue! I'm not using crosswalk and dont wanna use because the generated .apk is too large.
View ArticleIon-infinite-scroll problema with loading
I found a way to do it, but it works sometimes Example: $timeout(function(){ $scope.$broadcast('scroll.infiniteScrollComplete'); }, 5000);
View ArticleIonic basic page transitions insanely slow on Lollipop
Same here! Using Lolipop on Moto G 1
View ArticleHow to disable page transitions? (too slow to put into production)
I think i know, try use "nav-transition="none" like this: No animation
View ArticleKeyboard won't show up on input focus ios
For some strange reason the keyboard shows up, occasionally, only with the Iphone 4s emulator. But with the Ionic view app it works great. /p
View ArticleIonic View App opens with blank screen
Hi guys, my app works fine in the browser and on my android device.No console errors either. I now want to show it to friends by using the Ionic View App (from the appstore).The app opens in the Ionic...
View ArticleiOS 9 ngCordova support?
unfortunately it doesn't work for me, would you please share your example? I am new to cordova and ionic.
View ArticleHow to disable iOS9 multitasking through Ionic/Cordova?
Hello, When I was trying to submit my app to the app store via Xcode 7, I got an error like this: ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in bundle...
View ArticleiOS 9 ngCordova support?
Sure, I just compiled it for an IOS9 phone this morning I have this code to take a picture (the controller adds $cordovaCamera to the dependencies) and display it on the screen The plugin...
View ArticleHttp get inside run section without response
Hi, i want to check the app version, the version is detected sucessfully via cordova plugin I create a table to compare the device version against the oficial version every time the user open the app...
View ArticleWhat are people Using for ad banners and analytics?
Hi, First post on the forum for me.I was wondering what you guys are using for analytics and monetization solutions on your ionic app. I'm trying to find a solution that does not involve using Google...
View Article