Most voted "ionic3" questions
Ionic 3 is the third version of Ionic, an open source SDK that allows developers to create mobile apps using web technologies (HTML, CSS, and Javascript). Ionic 3 uses the Typescript language. Use this tag for feature-specific questions of version 3 or later, for general questions use the [Ionic].
Learn more…261 questions
Sort by count of
-
-1
votes1
answer54
viewsHow to transform a matrix of a SINGLE object?
My question is this, how can I make a matrix that has 3 objects become a single object ? According to the print below, the matrix is bringing me 3 objects, however I need to assemble a single object…
-
-1
votes1
answer202
viewsADMOB free Advertising award-winning video does not work
I have a problem with showing ads like video admob free, I have other types of advertising and it works 100%. I know you have some more current versions of admob free, but I would like to resolve it…
-
-1
votes2
answers345
viewsJSON 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,…
-
-1
votes1
answer214
viewsCORS problem in Spring-Rest API and Ionic3 front-end
I have developed a Back-end Rest application using spring-Rest and front-end in Ionic. I am facing a CORS configuration problem. In Resources methods I used the annotation @CrossOrigin to free all…
-
-1
votes1
answer120
viewsError of CORS Ionic 3
I’m trying to connect my application with a backend server in Laravel I have an Interceptor that adds headers to the request: intercept(req: HttpRequest<any>, next: HttpHandler):…
-
-1
votes1
answer221
viewsHow to update the values of my form through a modal?
I have a form to fill out a sale, this form will be assembled according to the information that the user will choose by modal. I can normally receive data from modal, but my form does not update the…
-
-1
votes1
answer88
viewsHow to put a fixed and responsive card on top of the map?
I’m trying to fix a card on top of the google maps map... but I don’t know how to fix and get responsive too... My versions Ionic: Ionic CLI : 5.4.16 Ionic Framework : ionic-angular 3.9.9…
-
-2
votes2
answers234
viewsError generating build in Ionic release mode
I developed an Ionic 3 application. All builds in debug mode were generated correctly, but when trying to generate apk in release mode is giving error. Ionic Info: Error generating the apk: I have…
ionic3asked 6 years, 6 months ago Daniel Brito 1 -
-2
votes1
answer683
viewsAPK Ionic 3 Does not install
Good morning Galéra I’m having a problem, I can generate the apk with Ionic normally, but when installing on the phone, a message appears from the play store and says that it does not know the…
-
-2
votes1
answer177
viewshow to load the app.component.ts only after logging in
I am creating a menu for my application Ionic 3, and I came across the following problem: In this menu I bring data from the user coming from the database, these data I load in the app.component.ts,…
-
-2
votes1
answer104
viewsPegcity does not exist in type 'string'
This code below is from the one page delivery.ts file in Ionic 3.9 Neighborhood and city are data taken from an api on the localhost Two errors are presented to me that I don’t know how to solve:…