Questions tagged as 'ionic'

1
answer

Create directories and files in IOS using IONIC framework

I need to run a sort of CRUD in directories and files through an IOS application. This application uses the IONIC framework, which in turn uses Cordova and AngularJS features. The questions are: Regarding permissions, does the IOS syst...
asked by 16.04.2016 / 23:49
1
answer

Synchronize Cordova-generated files in IOS app with cloud servers

As per , I'm developing an application and part of it's functionality is to run a sort of CRUD on directories and files through an IOS application, which based on the answer of the previous question will be done through the CORD using request...
asked by 17.04.2016 / 06:59
1
answer

How to call another html file in ionic?

Hello, I'm trying to call an html file from another html that I created by ionic, but it just does not call. <label class="item item-input"> <a class="button button-clear icon-right ion-chevron-right a href="tab-servicos-categori...
asked by 06.10.2015 / 15:40
1
answer

Is it possible to leave a YouTube embed in the background in iOS?

I'm doing a project using Ionic + Cordova and wanted to know if it's possible on the iPhone to leave a Youtube video running in the background while blocking the screen. By default devices with iOS pause the video when it enters the background....
asked by 17.06.2015 / 14:20
0
answers

Angular mask-input-masks in AngularJs

I'm trying to use the angle-mask-input-masks in AngularJs (ionic v1) found in the link: link I follow all the steps in the documentation: link But the following problems happen when I try to import the script into my index.html:...
asked by 07.12.2018 / 12:48
0
answers

How do I correct so that I select only one item marked on the toogle button?

I have a little logic problem, when I select only a toogle button, it brings the value of the two items in the list, I need to return only that item that is marked on the toogle button. this.produtosProvider.getAll() .subscribe( produ...
asked by 27.11.2018 / 14:47
0
answers

How can Ionic DevApp be able to list applications on the network?

I'm running an installation of Ionic inside a Docker container. Ionic DevApp can not automatically list the published applications on the network, it will show the message: Ionic DevApp can not automatically list the published applications on t...
asked by 01.11.2018 / 17:29
0
answers

Searching and selecting clients with the search bar - Ionic

I type a client in the search bar, it traverses the vector, brings its clients in a list, so far so good. The problem: When I have two clients with the same initial characters , it brings to the search field (ALWAYS) the last element of the...
asked by 15.10.2018 / 20:34
0
answers

Vector burning error on firebase - Ionic 3

I'm developing an app, and I need to write a vector in firebase (RealTime). Code: irParaCarrinho(element) { element = this.pedido.carrinho; if (this.vetCarrinho.indexOf(element) === -1) { this.vetCarrinho.push(element); So far...
asked by 21.11.2018 / 17:11
0
answers

Error trying to login with facebook and google native (IONIC3)

I'm having some difficulties implementing the native google and facebook login in an ionic3 application. The issues I get are the following in my console: main.js:71 16 main.js:84 {errorMessage: "Facebook error: SERVER_ERROR: [code] 1675030 [...
asked by 05.10.2018 / 14:08