Integrate "HelloAnalytics" from Google with Ionic Framework
@yonescat wrote: I've managed to make the HelloAnalytics.html provided by Google to work as expected on a server, but I can't really figure it out how I can implement this in Ionic app. What...
View ArticleIonic audio player
@nitinsarma wrote: Hi, Anyone has used audio in ionic app with start/stop and audio timer? Please help Posts: 1 Participants: 1 Read full topic
View ArticleIssue in navigation with paramaters in App
@prakshepp wrote: I have created ionic side menu app. I am passing 3 param from once view to another using " $state.go("appmenu.searchResults", { param1: 'a', param2: 'b', param3: 'c' });".I have...
View ArticleIonic package build & hooks
@dloprodu wrote: I have a doubt with package service. When I execute this services, my hooks also are included? I have wrote one hook to minimize my app (js, html, css) but I don't see difference in...
View ArticleHow to get ionic.Platform.device().available to return false?
@commanderkeen wrote: I can't seem to figure out how I was able to get ionic.Platform.device().available to return false when I was running in the browser. I just assumed that ionic.Platform.device()...
View ArticleCordovaPush not working
@evilpanda wrote: I want to use native notifications and I have setup Android and iOS push notifications according to ionic documentation I have added phone gap push plugin and ngcordova. The...
View ArticleHow to make the whole ionic android app to run in background as a service?
@eric5117 wrote: Hi,Im currently developing an todo app by using ionic framework which can synchronize with the pouchdb when it connected to the internet,and also user will receive notification in...
View ArticleAction Sheet Won't Show
@whileyryan wrote: Hi All, I'm currently running into an issue where my Action Sheet isn't showing. The screen dims and it appears like the Action Sheet is going to show, but it simply doesn't show...
View ArticleInstall ionic application on android tv box
@shahril9 wrote: Possible or not I install my application which using ionic framework on android tv box ? Posts: 1 Participants: 1 Read full topic
View ArticleUsing ion-nav-title makes the back button title doesn't show previous page title
@out99 wrote: stackoverflow.com using ion-nav-title makes the back button title doesn't show previous page title asked by Sean Out on 07:04PM - 17 Feb 16 ionic-framework, ionic-view please refer to...
View ArticleSwipe item list
@MihaiAperii wrote: I want to make swipe for list item, I know that directives on-swipe-left.... but I want to do something like this demo: https://www.npmjs.com/package/react-swipe-to-reveal-options...
View ArticleNext/Prev Item in ng-repeat (change dynamic link?)
@taylormaster wrote: Hi!i use this concept:http://learn.ionicframework.com/formulas/sharing-data-between-views/ I would like insert two button in detail state. These buttons control the list ( <...
View ArticleBugs: Did I Find a bug on ionic tab
@jiedu wrote: Version 1.2.0Here I use ionic tab and I found that in ionic.bundle.js line: 58397 this.hrefMatchesState = function() { return $attrs.href && $location.path().indexOf(...
View ArticleStore as Png Image from Signature pad?
@matrix wrote: i have implemented signature-pad and its working perfectly..!now, I want to store the Signature as .png image to local/cloudinary. $scope.saveCanvas = function() { var sigImg =...
View ArticleError on installing Ionic
@clementcrownrisegmai wrote: Microsoft Windows Version 6.3.9600 2013 Microsoft Corporation. All rights reserved. C:\WINDOWS\system32>install npm -g ionic'install' is not recognized as an internal...
View ArticleWhat backend i should use
@sushilbansal wrote: Hi I am new to ionic and learning it for past 3-4 weeks. I am working on a news discussion app and looking for a solution which will 1) allow user authentication 2) sync between...
View ArticleDifferent Cordova build version
@xereda wrote: Hi guys, The ionic are using different versions for deploy between ios and android. For ios is usando cordova 3.9.2 and android are using cordova 4.1.1. You know the reason for this !?...
View ArticleReal Time test on mobile device
@tahatyc wrote: Hi guys, I have a question - is there a way to test in real time my app on mobile phone or I have to run the command -> ionic run android every time I make a change? Posts: 3...
View ArticleStyling ionic app css [SOLVED]
@jesst446 wrote: Hi, I have made some changes to the overall styling but please can someone tell me how i would change the header text to black instead of white and also the tab icon colour is white...
View ArticleCreate A File Browser
@fabiobalsamo wrote: Hi, i follow this tutorial to manage file system, but when i start the app is a white page https://www.airpair.com/ionic-framework/posts/ionic-file-browser-app so i can't browse...
View Article