Questions tagged as 'ionic'

0
answers

Creating non-ionic background services with cordova or java

I have an application that I started to do with ionic. A priori will be compiled only for android. In this application the user will make some registrations, which will be saved locally and every time a service in the background should try to sy...
asked by 20.03.2017 / 03:20
2
answers

Typescript Error Ionic 2

Next Error:    Type 'typeof LoginPage' is not assignable to type 'typeof HomePage'. Code: import { LoginPage } from '../pages/login/login'; if(user) { this.rootPage = HomePage; } else { this.rootPage = LoginPage; // Erro nessa linh...
asked by 18.11.2016 / 19:18
2
answers

I can not create notifications with the $ cordovaLocalNotification plugin using IONIC

I tried to do it based on the code of that site: link But when I hit the "Add notification" button this error appears: ionic.bundle.js:26771 ReferenceError: device is not defined at Scope.$scope.add (controllers.js:83) at fn (eval...
asked by 23.04.2016 / 20:48
0
answers

File Api Cordova / phonegap

I need help, I can not make File api work, the commands execute all successfully, but when I log into my mobile file manager I can not find the created file I'm using ng-cordova now, but I've already tested 10 different ways, This is my source n...
asked by 19.01.2016 / 14:41
0
answers

Ionic ng-repeat problem with vertical scroll

I'm making a list of cards with ng-repeat in ionic, the problem is that it buga the vertical scroll after a certain point (hangs as if there was no more content). This only happens on Android, in Browser no. Codepen: link <div class="...
asked by 10.01.2016 / 11:18
1
answer

How to use Google Maps on Ionic to load multiple locations

I am using Ionic 1.3 and creating a Map screen, this screen will have a menu to select the specific destinations and another that is the maps with the location. Example of the destination choice screen: Controller: var mapasJson = {...
asked by 03.08.2016 / 21:30
0
answers

How to make a collapse in Ionic?

I'm trying to do a Collapse and it looks like this: HTML <ion-content>     {{topicos.name}} <ion-item *ngFor="let aulas of topicos.get_classes" [hidden]="deixainvisivel" menuClose ion-item (click)="openClass(aulas.id)">{{au...
asked by 23.05.2017 / 19:24
0
answers

Facebook login with Ionic

I'm trying to develop an application with Ionic that integrates with facebook, however I have some problems. I have seen other similar discussions but no response or solution. The problem is this: I set up my application on link and I followed...
asked by 23.05.2017 / 00:23
2
answers

The 'ionic' is not recognized as an internal command

I'm trying to create an app with ionic but this error happens: 'ionic' is not recognized as an internal command or external, operable program or batch file.     
asked by 14.08.2016 / 02:53
1
answer

Problems using $ state.go of angular

I have the following code: .controller('cadastroCtrl', ['$scope', '$stateParams', '$http', function ($scope, $stateParams, $http, $cordovaSQLite, $window, $state) { $scope.emailCli = []; $scope.emailPro = []; $scope.cadastrar = function(usua...
asked by 30.03.2017 / 23:11