Questions tagged as 'ionic'

2
answers

How to take and store an array of data only if Quantity 0 in Ionic or Angular?

I would like to when I click on the "Continue Order" button to pick up only items with Quantity > 0, store in an array of new objects. My View: <ion-view view-title="Comprar Bebidas Adicionais" hide-nav-bar="false" > <ion-...
asked by 06.09.2016 / 15:54
1
answer

GPS oscillating even when at a fixed location [closed]

I'm working on an Ionic app, with traceability, but the GPS signal oscillates very certain 200m, even though it's in a fixed place, do you know any solution to that?     
asked by 06.06.2016 / 23:00
2
answers

Erase data from Google Maps

I have an ionic app that makes use of google maps. In this map I display information that the user provides. For example: The user wants to make a report that will appear on the map. However, if the user, at another time, wants to make another c...
asked by 07.04.2016 / 20:30
1
answer

ionic push notifcation error

To do an ionic project to receive notifications (android) and I'm using the phonegap-plugin-push plugin. var push = PushNotification.init({ "android": {"senderID": "860498722229", icon : "icon"}, "ios": {"alert": "true", "badge": "tr...
asked by 10.02.2016 / 23:56
2
answers

When you do not type anything, do not show "Enter a name"

I'm messing with an application made in Ionic. In it, when I search for a photo in Google and select it, the field name is filled with the word that made the search. Now, when I select an image from my phone, the field to put the name is already...
asked by 16.12.2015 / 18:25
1
answer

How to trigger share options in angularjs with ionic?

Good evening I have a mobile app, I have seen in some apps that when I click on share it appears the options of the installed apps like facebook on the phone to share would like to know how I can trigger these options to do sharing for exampl...
asked by 24.09.2015 / 00:24
1
answer

Ionic 3 LocalStorage disappearing

I have an application on Ionic 1 that saves some information on the localStorage. I rewrote the same application on Ionic 3 with the same package id (widget id in config.xml), but when installing the new application over the old one I lose the l...
asked by 20.12.2018 / 02:17
1
answer

How to navigate between pages using buttons with ionic?

I'm trying to understand how navigations between pages with ionic2 work. I want that by clicking the button below it redirects me to HomePage , how can I do this? Button in menu.html <button ion-button color="light">Butto...
asked by 17.08.2018 / 20:46
1
answer

How to use auto-reload (browserSync) on the ionic server when in a Docker container?

I performed the installation of ionic 3.20 on a Docker container. Everything works perfectly, but I'm having difficulty using the auto-refresh feature, when I change a file the content is not synchronized with the browser, a...
asked by 11.09.2018 / 07:10
1
answer

Data update with IONIC and Firebase

Good evening, I'm studying Firebase with IONIC and Angular (I'm not using AngularFire) and a doubt has arisen. How do I update the data saved in Firebase? To get the data I do it as follows: const config = { apiKey: "x", authDomain: "x...
asked by 09.07.2018 / 03:59