Questions tagged as 'ionic'

1
answer

How can an ionic form be sent to an email of mine

The thing is that I already have a form in which you enter everything you need and then I collect this data and show them with console.log () The question is how can I do it so that when I send it to you instead of showing it to you on the co...
asked by 18.03.2018 / 14:16
1
answer

error to consume api rest from ionic

I have a rest API created in laravel and when I try to consume it from ionic it generates an error that I have not been able to solve. I have thought of placing a condition that when the route is api I throw the data in json otherwise I send the...
asked by 05.02.2018 / 01:57
4
answers

I can not get Json on Ionic

I'm having trouble getting the data of my own api and reading them in the ionic app, basically I do not get an error, the get occurs on the server with code 200, but in the app I do not receive anything, thanks for the help JSON response [...
asked by 17.01.2018 / 21:18
2
answers

Forms on Ionic [closed]

** Ionic ** I am developing an assistance app for my school, one of the pages, it has a button to add, I want that when I press the button, it takes me to a form, where you can put your name and surname, and when you click on the button that...
asked by 09.03.2018 / 22:36
1
answer

Share content of two related tables MySql

MYSQL I have two tables in mysql, then I show the model: In which I need to recover all the players to which they belong to a club in specific. for example: Real Madrid and its entire staff. QUERY SELECT eqpo.nombre_equipo, jdrs...
asked by 09.03.2018 / 21:07
1
answer

Ionic Splash screen is not updated

I developed an app in Ionic 1 (1.7.15), everything works correctly, but my problem is that I changed the file splash.png (2208x2208) in the folder ionic / resources , and now when I execute the ionic resources command, the welcome screen ke...
asked by 20.12.2017 / 19:06
1
answer

Problem with the Observables

I have a problem, when presenting the data in the view with ionic 2. ** This is the function of my service ** getUsers():Observable<any>{ return this.http.get('https://jsonplaceholder.typicode.com/posts').map((datos) => datos....
asked by 21.02.2018 / 18:01
1
answer

IONIC 3 - sqlite3_step failure: can not rollback - no transaction is active

I have this error for a few days, if someone knows that it should be very much appreciated the help. This apparently at the time of loading the storage.     import {Injectable} from '@ angular / core';     import {Http, URLSearchParams}...
asked by 05.11.2017 / 10:28
1
answer

POST with URLSearchParams (); It does not work

Hello I try to make a post for a login and I do not send the data, this is the code .. IONIC import { Injectable } from '@angular/core'; import { Http } from '@angular/http'; import 'rxjs/add/operator/map'; import { URL_SERVICES } from '../.....
asked by 18.10.2017 / 20:36
1
answer

Problem with IONIC view

I want a view that I designed to appear every time I start the application. index.html <html> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, wi...
asked by 26.08.2017 / 01:48