Questions tagged as 'ionic'

1
answer

How to update ion-item in an ion-list

Good morning community. I have had the following problem for several days and I can not find a way to solve it. I have an array of objects with their properties, which I show in with an ion-list. I present the listing in the HTML as follow...
asked by 27.11.2018 / 08:44
1
answer

Error "no such table: tablename (code 1):, while compiling: Query", code: 0

I am trying to consult information that I insert in a table, which I created previously. The error is as follows: Object {message: "no such table: HorarioP (code 1): , while compiling: SELECT * FROM HorarioP", code: 0} The code where I cons...
asked by 16.05.2016 / 05:33
3
answers

How can I convert the URL of a base64 image (IONIC 2)

this.camera.getPicture({ sourceType: this.camera.PictureSourceType.PHOTOLIBRARY, destinationType: this.camera.DestinationType.FILE_URI, quality: 100, encodingType: this.camera.EncodingType.PNG, }).then(imageData => { console.log('EST...
asked by 10.08.2017 / 19:13
1
answer

ngCordova SQLite does not work on Android 6.0 or higher

Good community, testing my application, the SQLite plugin does not work and the plugin to detect the type of Network to which the ngCordova device for Android is connected, when I try to enter these messages appear. deviceready has not fired...
asked by 30.05.2017 / 17:56
1
answer

Elements on top of map google maps (Native) Ionic 2

When placing an HTML element on top of the Google Maps using Ionic 2, I can not click on those elements, it's as if the element is not there and the click is on the map.     
asked by 02.03.2017 / 00:53
1
answer

Help with bluetooth ionic application

I'm just starting with Ionic . I am trying to make an application to connect my cell phone with my notebook by bluetooth through plugin cordova-plugin-networking-bluetooth . Using the official plugin website as help: link . I was...
asked by 25.09.2016 / 06:42
1
answer

How to implement SQLite from ngCordova in ionic

Trying to implement the SQLite ngCordova plugin, I have encountered confusion about how to implement the plugin, because in the official page it appears in one way, and in the github repository in another. ngCordova Plugin GitHu...
asked by 10.04.2016 / 01:19
1
answer

How to draw a selected marker from a list in google maps using angularjs (Ionic) controllers?

I'm doing a mobile app with Ionic Framework and I have a list of places in a lugares.html view, each item has a name, address and location (coordinates). I want that when selecting an item the marker of my current and selected position...
asked by 04.03.2016 / 18:13
1
answer

How to add and remove google-maps marker in javascript?

How to add a bookmark in google maps and delete when you keep selected for 5 seconds? function genera_marcador(lat, lng) { var marcador = new google.maps.Marker({ position: new google.maps.LatLng(lat, lng), dr...
asked by 03.03.2017 / 02:08
2
answers

Only shows undefined the values captured in the inputs

Trying to capture two values through two input , one is text and the other is for date. I try to do this, with a modal window which appears when I press a button. The code is as follows: calendarioestu.html <ion-header-bar class="...
asked by 04.07.2016 / 02:14