How to use push in Ionic 1.2.4?
@agrotemp wrote: Hi.Google closed GCM. How use push notification without GCM? Maybe whose can help me. Posts: 1 Participants: 1 Read full topic
View Articlecom.android.ide.common.process.ProcessException:...
@sohanmarketingmindz wrote: I have tried many solution available on community and stack-overflow but unable to fix the issue, i did reinstall android platform but still getting same issue. Error:...
View Article$state.go and $state.otherwise problem
@MrShakes wrote: I'm trying to go to a page(template) using $state.go and my code in the controller.js file is: .controller('NavCtrl', function($scope, $location, $state) { $scope.openDaily =...
View ArticleResize Emoji icons
@Sysads wrote: Hi I am new to ionic and working my way through a chat app. I need help with how to resize the Emoji images as they are too big. Pasted image403x565 35.3 KB Is it possible to run ionic...
View ArticleNg-repeat on Ion-Item in Ion-List won't reflect new information in array...
@mikexskamato wrote: Hi all, To give a brief rundown of what I am working on: This app is a phonebook that makes a call to our backend system and returns a JSON payload which is then parsed and stored...
View ArticleChat app using ionic
@radhamadhav wrote: As we know most of the users prefer ionic to build ionic apps i am one of them and i start chat app using ionic with socket.io. I faces some problems that's why i decide to discuss...
View ArticleScrolling content and fixed sidebar
@ChronotechLabs wrote: Am trying to implement a scrolling content and fixed sidebar view in an ionic app i'm building for tablets. I've tried using fixed positioning for the sidebar, but the sidebar...
View ArticleRecommended database
@jaire123 wrote: Okay I'm new to ionic and I wanted to create an app that can save sign up profile information, retrieve login information and also pictures. Would MySQL be a good database? And if so...
View ArticleNo user when trying to make a push
@daviddupuy wrote: Hello, When I try to set up a push form my dashboard I don't have any user to send it to. I do have registered users with device token in my ionic dashboard.What am I missing ?...
View ArticleHow Resize Item-Icon-Right In Side Menu Drop Down
@staniscp wrote: How change size item-icon-right in side menu drop down? Controller Code for side menu drop down : var i = 1; $scope.groups = [i]; $scope.toggleGroup = function(group) { if...
View ArticleOn-drag directive does not work in android chrome
@nineclicks wrote: I am trying to use on-drag, and it works fine on the desktop. But when I use the mobile Chrome inspector I get the error Handling of 'touchmove' input event was delayed for...
View ArticleIonic header Origin to file:// that produce 403 Forbidden on webserver
@abuder wrote: Hi Ionic friends, on device http requests ionic set the header origin to file://, this case produce an error with my backend, because that is a non valid uri. How I can solve it?...
View ArticleGallery Image not showing
@diegosbfaria wrote: Im trying to show a local image from gallery, and image recenty taken , but isnt showing.If i set a color, web image is showing, but not locallyHere is my code // foto do album...
View ArticleWhy $scope is undefined?
@EnFXChile wrote: In my controller: $scope.text="hi"; $scope.formData = { saludo: $scope.text, }; Why saludo is undefined? Posts: 1 Participants: 1 Read full topic
View ArticleIs it possible to check user is going on wrong path(google map), when app is...
@gmenariya wrote: I have a project with following requirements A. SHOULD ASSIGN A ROUTE FOR EMPLOYEEB. SHOULD TRACK IF EMPLOYEE IS FOLLOWING THE SAME ROUTE AS SPECIFIED ELSE AN ALERT will be send to...
View ArticleIonic build ios
@CT14_IT wrote: Just went to build an Ionic 1 project I have many times before and I am getting errors, a temporary NPM issue or...? I have been using Ionic 2 on the machine as well, but as I...
View ArticleBecause my values are not able to pass the url?
@kevinjhon wrote: My list: <ion-list> <ion-item ng-repeat="planta in listaPlantas" href="#/plantaEscolhida/{{planta}}"><i class="ion ion-leaf balanced"></i>...
View ArticleImpossible to open an external link on ios and not be stuck in a browser?
@batman wrote: If I add a link in my ionic app like <a href="#" onclick="window.open('https://www.theguardian.com', '_system', 'location=yes');return false;"> link</a> the web page opens...
View ArticleFilter dont work in input
@zerotolerance wrote: <ion-header-bar class="bar bar-header item-input-inset HeaderColor SearchHeader" ng-if="showSearchHeader"> <label class="item-input-wrapper MenuIconColor"> <i...
View ArticleDraw on HTML Canvas in Ionic App
@ank5 wrote: I have an HTML canvas that works in desktop but not on iPad. I added the $ionicGesture to it as well, but that did not help. Looks like I am not using $ionicGesture correctly....
View Article