Questions tagged as 'ionic'

0
answers

Send files to S3 IONIC

I'm trying to use the link plugin to try to send the photos to S3, but I'm having a lot of problems , mainly that in tests in IOS it does not recognize the ImageUpload variable in the statement below var imageUpload = new ImageUpload (); S3...
asked by 01.08.2016 / 14:59
1
answer

How to do two views in a view with angularJS?

I have a chat app and the problem I'm having is the following: When sending a message, it takes a while to be sent and appears on the screen, because it goes to a database, via backend in php that I did, and then back through another php that se...
asked by 16.05.2016 / 21:25
1
answer

How to finalize a loading screen after executing promisses in the Angular?

Good morning. I have a question, I have a controller that searches for some data from a webservice rest, and persists them in the database of the device (ionic), to search the data, I'm using 'promises'.   When you start the search I open a...
asked by 07.06.2016 / 16:25
1
answer

Dynamic links in Ionic, with inAppBrowser

I'm developing an app with Ionic, which consumes an external API (json). To make links that open in the native browser, I added the inAppBrowser plugin and it worked. The question is that some links are dynamic, constructed with API variables...
asked by 30.04.2016 / 16:02
0
answers

Ionic upload file

I am developing an ionic app where I want to send a file (actually a photo), this type of request I tried to get, but it did not work ... How can I fix it? (the problem is send via get? My php file is this: <?php $foto = $_FILES[...
asked by 26.04.2016 / 15:05
0
answers

Ionic framework 2 (Build Problem)

Hello, I'm trying to build a build of an app on Ionic, but any app I try to build, it generates an app with just the maps, I wonder why?     
asked by 04.05.2016 / 02:22
0
answers

Difficulty in displaying data on the screen with angular

Good afternoon guys I'm making an app, where, when entering text, the message should appear on the screen. But something strange happens, only the cards (where the text should be displayed) is that it appears and empty! Without the text. H...
asked by 25.05.2016 / 22:04
0
answers

Error adding ionic-platform-web-client

I have an Ionic project that works perfectly. These are the versions I'm using: Cordova CLI: 5.3.3 Gulp version: CLI version 3.9.1 Local Gulp: Local version 3.9.1 Ionic CLI Version: 1.7.14 Node: v4.2.1 Ionic Bower: 1.3.1 However...
asked by 24.05.2016 / 16:34
0
answers

Updating data in Google Maps

I have an Ionic app that makes use of google maps and displays information registered by the user through a form. Every time the user enters new data, these new data must appear on the map. My question is, how to monitor, change the information...
asked by 08.04.2016 / 22:52
1
answer

Best way to preload AngularJs in an Ionic app

I'm having a question about apps architecture. I have an IONIC project where the app saves some basic data in the local storage so you do not have to ask for the user's login every time it is opened. But this data is essential for the rest...
asked by 27.04.2016 / 19:21