How to receive Push but not the notification in tray using Ionic Framework?
@tulsidas wrote: I am using Ionic Framework for one of my project, I have successfully configured push notifications for both iOS and Android. Notifications are working the way they should. I want the...
View ArticleWait for font loaded in canvas
@Wijnand wrote: I'm using a custom font defined by @font-face to draw text on a canvas: context.font = "12px MyFont"; context.fillText(text, 20, 20); Apparently the call to fillText is executed before...
View ArticlePut input type text in the center of an image
@raeon wrote: I need to create an html page. In this html page, I need to have an image with an a .This input is in the middle of the image; this input type text also have the "search" icon inside the...
View ArticleFetch Random 10 Objects From Firebase
@donsplash wrote: Please i am building an App that needs to fetch 10 objects randomly from my firebase I am able to do this easily in PHP MYSQL using REST but i have tried in firebase and no head way...
View ArticlePrevent clear history ion tabs navigation
@nadir_bertolasi wrote: Hi guys, I'm developing an app based on ion-tabs. I want to freely use$ionicHistory.goBack(); , but at the moment if I go to another tab I have $ionicHistory cleared (reference...
View ArticleConfigurable maximum element nesting
@jo_clem wrote: Hi, One of my view has a complex layout. And within this layout, I'm using a custom input directive. When I'm tapping on this input directive, the keyboard shows up but the viewport is...
View ArticleConnnection refused in genymotion running ionic app
@ofelix03 wrote: Hey guys, I really need some quick help with this. I've been trying to get my ionic app to access my locally host webservice ( a laravel webservice) running on http://localhost:8000....
View ArticleIonic + Circle CI
@fabiovanderlei wrote: Hi Guys, How I can use Circle as CI in a Ionic project? Thank you. Posts: 1 Participants: 1 Read full topic
View ArticleShowing ion-spinner as an icon in form
@Bouzmine wrote: I'd like to be able to show an ion-spinner on the right of an input like an icon but it breaks a line and shows up below : bug_spinner.png709x103 7.03 KB Here's the code : <div...
View ArticleNg-model doesn't work in different directive
@eldy wrote: For some reason I have to have a button in ion-footer, but my input is in ion-content, which they both are within 2 different directive. I have problem getting the value of ng-model. I...
View ArticleCan an Avatar be placed inside a nav bar?
@smathurs wrote: Hi Guys Need some advise on placing Avatar within Nav Bar.Here is what I am currently trying: <ion-nav-bar class="bar-positive"> <div class="item item-avatar"> <img...
View ArticleI can't connect to my API REST from android emulator
@fcoaldunate wrote: My application is working in IOS emulator, but when I try test in android emulator don't work the requests, this is the error:...
View ArticleIonic upload - Error logging in - Please help
@mihir77 wrote: I am unable to upload project using ionic upload cmd, It says error logging in, but i can successfully login on website.. how to solve this issue? Posts: 1 Participants: 1 Read full...
View ArticleExtend side menu template
@JuanTOT wrote: Hi everyone, I'm trying to start with Ionic, and using the side menu example I want to show the title of the selected playlist at the playlist.html. I'm using {{playlist-title}} but I...
View ArticleGeolocationmarker-compiled.js file not found. what is going on?
@syrope wrote: I am using $cordovaGeolocation in order to use Google Maps and GPS location. Suddenly the map doesn´t work, The reason is ERROR 404 File not found in this file:...
View ArticleIonic run ios issue
@Aparna wrote: Hi, When I run the project for ios ,I am getting the following error.I tried with open the project in Xcode and run still same error. ld: framework not found WatchKit for architecture...
View ArticleIonic error on build android
@raeon wrote: Hi,I use ionic, with ng-cordova. When I build the android project, I get this error: Screenshot from 2016-05-13 12-14-02.png1366x768 136 KB Can someone give me a understandable...
View ArticleIonic App random White screen on android 5.1.1
@adi3899 wrote: Hi Few of my ionic apps are not working properly on android 5.1.1whereas app works great on 4.4.0i am getting blank white screen after splashscreen but this happens randomly only on...
View ArticlePassing cookie between http requests (external server)
@amoyaux wrote: Hello, I need to retrieve informations on an external server but this one use cookie authentification. So I created a first request with my username and my password and the server sent...
View Article[Obsolete] Adding inputs with ng-repeat breaks scroll
@mbrookson wrote: Not an issue after all Posts: 1 Participants: 1 Read full topic
View Article