Posts by Caroline Ribeiro • 1 point
4 posts
-
0
votes1
answer243
viewsQ: ALERT with input text and checkbox - IONIC 3
Hello, Need to create in a component Alertcontroller with a checkbox list and a text field , same in the code below alert.setTitle('Registrar item ? ' + p.descricao_resumida); for (let course of…
-
-1
votes2
answers345
viewsQ: JSON with array within IONIC 3
I would like to know how I recover the data coming from a Rest api, where I have an array within a Json. Example Below: [ { "Presencas": [], "Turma": { "Alunos": [], "Voluntarios": [], "Id": 1,…
-
0
votes1
answer66
viewsQ: How to delete multiple items from the bd with checkbox marked in Ionic 3?
I would like to know how to delete several items when the checkbox is marked, in sqlite, with Ionic 3, in the delete() function I do not know how to delete only products that are marked with…
-
0
votes1
answer603
viewsQ: How to pass a parameter from a page to a Provider in Ionic 3?
Good morning, I wonder if it is possible to define the ip address when consuming a web service Rest in Ionic 3, where the user could define the address and port to which the api would be. The user…