Questions tagged as 'ionic'

0
answers

$ ionicHistory.clear History () does not work android 6.0 and higher

I'm using Ionic 1 for the development of an application, and it works without any problem in Android 5.1 or lower, but on devices that have Android 6.0 or higher, it does not work deleting the browsing history, nor does it work the capture of th...
asked by 05.06.2017 / 01:49
2
answers

Problem Typescript Error Type 'Object' is not assignable to type 'string'

I am trying to send an information with ajax that is the following import { Component } from '@angular/core'; import { NavController } from 'ionic-angular'; import { Proveedor1Provider } from '../../providers/proveedor1/proveedor1'; import { A...
asked by 26.07.2018 / 09:25
2
answers

How many people see my firebase records?

Develop an app with firebase and ionic , I currently have an object called publications and I would like to know how many users see these posts in my app imagen publicaciones Is there a method that tells me how many users...
asked by 26.07.2018 / 23:19
0
answers

Error doing ionic cordova emulate android

I created a new ionic application ionic start test blank Without modifying anything, I try to emulate it for Android ionic cordova emulate android The console output is Running app-scripts build: --address 0.0.0.0 --port 8100 --p 810...
asked by 20.05.2017 / 12:33
0
answers

Execution failed for task ': compileArmv7DebugJavaWithJavac'

Trying to compile a project which I copy from my repository has the following problem: C:\Users\PterPmntaM\AplicacionesIonic\unicesarApp\platforms\android\src\org\crosswalk\engine\XWalkWebViewEngine.java:54: error: cannot find symbol import or...
asked by 14.04.2017 / 02:28
0
answers

how to open infowindows of google maps from a button?

.HTML file where an ng-repeat of the markers stored in an array is executed on an ionic-radio <div class="lista"> <ion-scroll class="listContainer"> <ion-list class="listoo">...
asked by 05.04.2017 / 21:11
0
answers

firebase queries ionic2 / orderbychild together with orderbyvalue

hi I want to make a query on ionic 2 from firebase, it already brings me the data with orderbychild but when I try to put orderbyvalue send me error enter image description here user: FirebaseListObservable<any>; this.user = thi...
asked by 10.04.2017 / 00:12
1
answer

Cordova SQLite with Ionic app

I am developing an application in which I occupy the Cordova Sqlite plugin. I have a problem in the Ios platform when the device does not have internet, every time I enter the application it stops working, in the logs I receive absolutely not...
asked by 04.04.2017 / 16:30
1
answer

I do not get the data after login on facebook with the plugin inappbrowser on ionic

I have a basic application in ionic 1 with 2 home views and dashboard The plugin inappbrowser is installed and working correctly I'm using the cloud authentication service in ionic.io/cloud My facebook application that I l...
asked by 04.01.2017 / 20:42
1
answer

break cache view true ionic

I load the products in this controller ... .controller('productosCtrl', function($scope, $http, $q, $location, $ionicLoading, Productos) { Productos.productos().then(function(argument, $timeout) { console.log(argument) $sco...
asked by 20.10.2016 / 04:21