Questions tagged as 'ionic'

0
answers

DisallowOverScroll does not apply a glare effect when it reaches the border of the upper or lower border on the ionic

I was reading config.xml settings and came across:    DisallowOverscroll (boolean): Default: false Set to true   if you do not want the interface to display any feedback when the   content to start or end. In iOS, the   gestures cause the con...
asked by 01.11.2018 / 20:32
0
answers

How to update a specific data in Firebase (with ionic)

When I click the button, I want you to add +1 to the count, as if it were a reputation, every +1 click on the Firebase field, but when I click it it appears [object] [object] 1 This is my code: constructor(public navCtrl: NavController, p...
asked by 02.11.2018 / 03:33
0
answers

Search for desired customer in vector - Ionic

Well, I'm having problems with my application. The idea would be: 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...
asked by 15.10.2018 / 14:34
1
answer

Scroll inner content div with Ionic border

How do you make the inner content of a specific div have scroll when the text is larger than the area? I was suggested using the following code: html: <ion-content id="contrato"> <div class="main"> <d...
asked by 15.10.2018 / 22:57
1
answer

ion-tabs is not rendered

I have a page called footer-tabs that should render the ionic tabs, but it is not being displayed. My footer-tab template: <ion-tabs> <ion-tab tabIcon="list" tabTitle="Games"></ion-tab> </ion-tabs> Ts: impor...
asked by 16.10.2018 / 01:52
0
answers

Error publish play store

I have an app in the Google PlayStore and started to generate this issue, and I can not upload my changes right now:    You uploaded an APK or Android App Bundle with invalid or missing subscription information in some of the files. Create a...
asked by 14.10.2018 / 20:38
0
answers

problem with memory in ionic

I'm getting this error: "writeStringToMemory is deprecated and should not be called! Use stringToUTF8 () instead! ion-dev.js? v = 3.1.11: 156". I've researched a lot but found no solution. I get this message when I start the app, after sel...
asked by 14.10.2018 / 17:49
0
answers

I need help to join two PHP codes

I'm starting now. I have two PHP codes. One sends one image and the other some information. Both of an application made in IONIC Would you like to join these two codes so that you only make one insert? Submit information: <?php header(...
asked by 16.10.2018 / 15:24
1
answer

How do you position buttons in the bottom corner

I've been having problem with html5 and css in ionic. one of these problems and positions the button below the slide and leaves them transparent, with a significant good size. But with the modifications I've been making, the buttons just do not...
asked by 13.10.2018 / 20:16
0
answers

How to correctly pass more than one parameter?

I'm filtering products through a select in a modal. I was able to filter by regions: south, north, center and west. But I need to filter by region, filter by product category. So this is my query getProdutosregiao(id, categoria_id) {...
asked by 04.10.2018 / 16:15