Questions tagged as 'ionic'

2
answers

Ionic 3 - Error generating build --prod

I'm not wanting to generate the --prod version using the "npm run build --prod" command. (I did a script that says "npm run prod" stands for "npm run build --prod", is in my package.json) Full project link package.json link ioni...
asked by 07.12.2017 / 04:10
1
answer

Ionic - Problem loading GoogleMaps on emulator and mobile device

In the browser googlemaps loads normally, already in an emulator or mobile the application opens but everything is blank as in the photo, I already installed googlemaps dependencies, geolocation and network.     
asked by 17.11.2017 / 16:39
1
answer

doubts firebase with ionic (ion-select)

I have an application, and I want to know how do I enter information into the firebase database and then put that data into an ion-select , my application uses a select of professions such as "mechanic", "bricklayer", "teacher", etc., and I wa...
asked by 01.12.2017 / 05:33
1
answer

Change color of clear input "X" icon

I need to change the color of the "X" icon linked to this input: <ion-item> <ion-input placeholder="Clear Input" clearInput></ion-input> </ion-item> So far, through the search I found something related to the pro...
asked by 14.11.2017 / 19:36
1
answer

How do I call a method within a loop?

I'm trying to execute a function, which I have a call from another function inside a loop , however the return of the function only loads the first method entry. So, how do I call a method inside a loop ? Here is the code: function 1...
asked by 08.11.2017 / 19:57
1
answer

Error starting a new app on Ionic

I'm starting a project in Ionic , I'm just following the initial steps, by passing the command: ionic start myApp tabs You are generating the following error ? Connect this app to the Ionic Dashboard? No > git add -A > git commit -...
asked by 28.10.2017 / 22:26
3
answers

How to generate ios build with IONIC project

Good afternoon, I'm on a project made in ionic, nodeJS and MongoDB. I have access to the code, which is in the BITBUCKET repository but I do not know how to create the project build in xcode (because I use MACOS). Does anyone know how I can g...
asked by 21.10.2017 / 22:14
0
answers

Problem with login faceboo on Ionic

I'm developing an integration for a mobile application with facebook and my problem is identical to that of this topic: link = Has anyone ever been in a similar situation?     
asked by 02.11.2017 / 03:06
1
answer

Optimization of Hybrid Applications

I can during a scroll of a list with many elements, render only the ones on screen, through a check of the current scrolling movement that cancels itself and creating a parent div that has its height, set manually with elements of position absol...
asked by 02.11.2017 / 16:13
0
answers

cordova-plugin-file - Download file outside APP folder - Ionic 2/3

I would like a help, I need to save files that the user downloads from the app on the device, but out of the app folder. All paths of the plugin file. Example: cordova.file.dataDirectory It does not answer me, I would like to know if you have...
asked by 13.10.2017 / 20:28