TypeError: Cannot read property 'scan' of undefined
@Baklizki wrote: Hello community,im sitting over 4 hours and trying any possible suggestion, but no one works for me.Im including follow cordova plugin...
View ArticleStrange errors in eclipse for ionic project
@fabiobalsamo wrote: Hi, i start to use eclipse to develop ionic app...but there are many errors when i import the project. If i run the aoo works, but for example i have errors in...
View ArticleUthentication help
@dumorim wrote: I can not log into my backend services.js angular.module('starter') .service('AuthService', function($q, $http, USER_ROLES) { var LOCAL_TOKEN_KEY = 'yourTokenKey'; var username = '';...
View ArticleNative scroll vs Javascript scroll, pros and cons
@jscolton wrote: Native scroll is faster but does it mean that I can't use collective-repeat and scroll through 1000s of items without worrying about running out of memory on iOS and Android? So, what...
View ArticleSearch Feature, Refreshing List nicely?
@skippertech wrote: Hey Guys, I am using a backemnd service (parse in this case but that doesn't really matter for this question) and wanted to simply search it. I have a textbox that upon text being...
View ArticleIonic Push does not show message in lock screen and notifications
@FMD wrote: I have setup the ionic push in http://docs.ionic.io/docs/push-ios-setup for IOS.And I can see my app in ionic.io and I tried to send one time notification with development IOS Certificate...
View Article'floating' elements and background image
@Cesarp wrote: Ionic allows to create different elements but mostly they are aligned to the** left, right or center.. **there are some apps whose elements are 'floating' in the screen, let say a...
View ArticleHow to write Bangla with ionic?
@shohan4556 wrote: Hello, I make an app in our native language Bangla so How can I write Bangla with ionic, is there any library to make it. Thanks. Posts: 1 Participants: 1 Read full topic
View ArticleIonic SQL server?
@guitartechlove wrote: Is it possible to use SQL server in ionic? and how? Thanks Posts: 4 Participants: 3 Read full topic
View ArticleIonic-filter-bar customisation
@niallr wrote: Hi everyone, I am wondering how difficult would it be to use ionic-filter-bar with a search button and when the search button is clicked, it sends a request to a server. I love the look...
View ArticleArabic TTS ( Text To Speach ) Library for android
@nuruddinba691 wrote: there is any way to allow work Arabic TTS in android ? Posts: 2 Participants: 2 Read full topic
View Articleinside doesn't scroll to the bottom
@arnaud_dohogne wrote: Hello everyone, I'm an ionic beginner, and I'm facing a problem when working with different views. Here is my layout : The index.html page contains nothing else than a...
View ArticleHow can you hide one of the actionsheet buttons conditionally?
@prabhu_108 wrote: How can you hide one of the actionsheet buttons conditionally? $scope.showActionSheet = function() { $ionicActionSheet.show({ buttons: [ { text: 'Share' }, { text: 'Report'}, ],...
View ArticleHow to use a child controller inside a abstract child state?
@luckyluke2012 wrote: hey guys,I am trying to build my first app, but I have a problem: All my controllers in the child state won't be called.Here is my structure: .config(function($stateProvider,...
View ArticleApp not working when new controllers are added
@jesst446 wrote: I'm working on a project I have a login/ register and profile page set up which works perfectly but whenever I add different controllers (all different controllers files not just on...
View ArticleDeploy Ionic v1.2 as mobile website
@ghchia wrote: Hi, I understand Ionic v1.2 can be used to build mobile website. See http://blog.ionic.io/announcing-ionic-1-2/. How do I deploy an Ionic project to web/app server? Is there a command...
View ArticleIonic Push works with ionic serve but not Ionic View
@stewartmccoy wrote: Summary: I followed Push from Scratch and can successfully send a one-time push from my dashboard and receive it in my desktop browser via ionic serve, but when I switch the...
View ArticleSometimes ng-click don't work in Ionic
@mi6crazyheart wrote: I'm new IONIC & AngularJS. Currently, working on an app & stuck at a point. Don't how to resolve the issue. I've a login form. After user login to the app, he/she will...
View ArticlePopup at splash screen, is that possible?
@matanyed wrote: Hi Im building my app right now and i wonder if is that possible to show the user popup when there is splash screen?I want to check for network, and if there is no network i will hide...
View ArticleMultiple Active Views Is This Normal
@Harilall wrote: ok so I have 4 views in my app its starts off with my home view which is the default view thats first loaded when my app starts so when my other 3 view are clicked they all have the...
View Article