Custom icon color not working for one icon, but is for another
@rolinger wrote: In my tabs headers I have successfully changed the colors of the icons: .customColor1 { color:#387ef5; !important; } .customColor2 { color:#000000; !important; } <ion-tab...
View ArticleVariable with number produces always 'is not a valid number'
@cjs1976 wrote: Hi! In my page I use variables from the controller of the page. For example: <label class="item item-input item-stacked-label"> <span class="input-label">Projekt...
View ArticleState in CSS
@rjaskelton wrote: Hi everyone, I'm currently getting the state in my body tag. How can I use that now in my CSS? So my current body tag looks like this: and in the CSS I thought I could do something...
View ArticleDifference between 'run browser' and 'serve'
@nunux17 wrote: It seems they have different behavior, I'm trying to implement the cordova-plugin-facebook4 to work with both mobiles and browser. When i'm launching 'run browser', it seems like...
View ArticleTwo colums on small screen and Four columns on medium and large screens
@Saint_Cyr wrote: Hi!Please, is it possible to move column based on screen size? For example, in my layout i want to have two colums on small screen and four columns on medium and large screens. With...
View ArticleFirebase cloud messaging
@hovokhc wrote: I have a chat application written in ionic 1 and firebase 3, and i'd like to implement push notification for my users. I was planning on running a node server...
View ArticleShow spinner while image is load from server
@Zappa wrote: Hey guys, i use the ion-scroll to display images from my server folder..thats works already but i need a loading animation before the images completely loaded. HTML:<a class="item...
View ArticleiOS build inconsistent with android and browser build
@rqinzz wrote: I'm using the latest version of Xcode. The app built successfully but some things are not showing up correctly when running on ios. For example, a background color’s not showing in iOS...
View ArticleRecover camera captured image after app was restarted (by the camera itself)
@SHININGU wrote: I'm having a pretty common issue on Ionic with Android (It's also common in Cordova/PhoneGap) where on low ram devices, when you call the camera to get a picture (or any media intent...
View ArticleHref works but ui-sref says "could not resolve state"
@cmaronchick wrote: I'm sure I did something basic in my setup that's causing this problem, but I haven't been able to resolve this issue. I have a list of exercises to which I want to link to their...
View ArticleIonic Push API Error 415 Unsupported Media Type
@rgecy wrote: I am trying to get Ionic Push Notifications working in dev mode. I have the web-platform installed, got my GCM project number, done all the steps in the tutorial, added my code to...
View ArticleUnknown provider: $$rAFProvider
@amanuel12 wrote: I get the error: Unknown provider: $$rAFProvider <- $$rAF <- $ionicBackdrop <- $ionicPopup Thats when i go to my register page. Something is wrong with the Iconic Popup...
View ArticleDisable notifications
@fabian1302 wrote: I find no indications on how to make the notifications an app to Silent on or off. I'd like the app a function make but find no instruction on how to do it. Can anyone help me?...
View ArticleSplash screen size problem
@michelebravo wrote: Hi! I have added a splash screen to my Ionic App. I have followed the official Ionic procedure like in this link Everithing work but the splash screen on device is not likke the...
View ArticleReferenceError: google is not defined
@RafaelGotta wrote: Hi guys, hope you can help me again... the print screen shows what happens when run my app on Genymotion emulator (ionic run android -cls). I don't if it's important, but before...
View ArticleSqlite database listener in ionic
@kpvsrkp wrote: I was working on cursoradapter in native android where in it gives the ability of listen to database changes and update the list view accordingly. Now I've migrated myself from native...
View ArticlePush notification with rest api
@vishok wrote: i wrote an ionic app with rest api written in codeigniter. I'd like to know if there is a way to notify the app (with some listening) a change that happen in a database online. Thanks...
View ArticleCould you guys help me answer this survey?
@Vexer wrote: Hi guys, I am conducting a research for my final year project and your help in answering this survey will be highly appreciated. I would be delighted to receive even a single response....
View ArticleIonic app version
@taylormaster wrote: Hi! Where can i change the apk version? When i upload the apk in google play and change apk later, the version code already use, so how to step up the version code? Thanks! Oh,...
View ArticleExternal links in side menu not working
@meetdilip wrote: I have side menu defined in index.html as <ion-side-menu side="left"> <ion-header-bar class="bar-positive"> <h1 class="title">Quick Menu</h1>...
View Article