IONIC 2 Sample App not working on Internet Explore
@snehasis wrote: HI, I created a sample ionic 2 App which works perfectly on Chrome and Android Browser, but when I tried it on Internet Explorer It giving me below error. EXCEPTION: Error: Uncaught...
View ArticleRange color classes not working
@gregv wrote: I'm not sure when this stopped working, but you can see it on the Ionic docs too if you use chrome: Ionic Docs Range Each of the sliders inside the phone should be a different color. I'm...
View ArticleMenu issue
@pivalig wrote: When Menu is opened and i swipe swipe from left to right (like trying to open menu) then menu is closing Posts: 1 Participants: 1 Read full topic
View ArticleiOS on resume
@turko wrote: Hello, I need a view in my app to refresh everytime the app comes back to the foreground. The code below is working perfectly with Android but nothing happens on iOS....
View ArticleInsert Swiper (Slides Per View / Carousel Mode)
@croi wrote: I am willing to user a customer in order to achieve the following (Slides Per View / Carousel Mode): http://idangero.us/swiper/demos/#.Vx5qHMeqxOobut I am NOT able to do so.I've already...
View ArticleGrave version 2.10 failure
@Velix007 wrote: Afternoon guys, I've been making an app and now that I'm deploying to Android I keep getting these errors:enter link description here Any help on what to modify and where? I've...
View ArticleAccess this.nav from within FileUpload callback
@jamesinman wrote: Hi, I'm new to Ionic/Angular JS, so please bear with me! My app contains the following code, I'm trying to work out how to access the navigation from within a FileUpload callback......
View ArticleHow install Android Platform
@artotal wrote: Hi,I try to add a platform: ionic build androidIt doesn't work? firstIonicApp î‚° ionic build android Using this version of Cordova with older version of cordova-android is being...
View ArticleSample application to show a login flow for a tab based application in Ionic2
@aaronksaunders wrote: ionic2-tabs-login-sample Sample application to show a login flow for a tab based application in Ionic2. What we are trying to accomplish is to show the login page when the...
View ArticleNg-src file:/// images not rendering
@voodoodrul wrote: I am using $cordovaFile.writeFile() to store images in cordova.file.dataDirectory (or cordova.file.applicationStorageDirectory). The file gets written without issue. I would like to...
View ArticleBlack screen on right side of view when using back button
@traviss wrote: Hey Guys, I have a tabbed application where the tabs are abstract and then all other views are on top of that. When I use the back button on my application, I see a black screen on the...
View ArticleNav-view="leaving" never fires
@traviss wrote: I have a nested view, and when I use the back button to go to the previous page, which is a ng-repeat, I receive a black screen on the right side of the page briefly. I noticed that...
View ArticleIs there a Facebook chat heads implementation for Ionic or Cordova?
@elijax wrote: I would like to develop an app that has similar behaviour when the user receives a message. Is there a good implementation for this, or do i have to develop a plugin from scratch, if do...
View ArticleControlling ionic-gulp-browserify-typescript sourcemap
@myusrn wrote: I'm having issue enabling debugging of current ionic@beta --v2 --ts project template output using vscode ide debugger support due to "sourceRoot":"/source/" in *.js.map output vs...
View ArticleWhy nav title is left-align on iOS platform?
@guoxuan wrote: nav title is left-align on iOS platform run in chrome on mac Posts: 5 Participants: 2 Read full topic
View ArticleProgress bar inside ionicLoading template
@jeudyx wrote: I want a progress bar in the ionicLoading modal. This is what I'm trying: $scope.progressval = 50; $ionicLoading.show({ template: 'Loading file <br> <progress id="progressbar"...
View ArticleDynamic image
@arctushar wrote: <ion-list> <ion-item *ngFor="#item in items"> <ion-thumbnail item-left> <img src="img/{{item.title}}.png"> </ion-thumbnail> <h2>My Neighbor...
View ArticleFab Button shown behind ion-slide
@havenotfear wrote: I am having a little issue with my Fab button being behind an image even though the z-index is above. This only happens to the items that are off the screen. Any help would be much...
View ArticleOne-time Push Notifications
@radha1258 wrote: Not able to receive one-time Push notifications. Its showing the status as queued but its not working. i am testing in debug mode. can any one help in this. Thank U. Posts: 1...
View ArticleHow to show back button when access page from ion-list in sidemenu
@yakobosagung wrote: I'm so confuse. How to show back button when i access login page from sidemenu, and back to playlist?When login page open,always show icon menu,and not back button....
View Article