Questions tagged as 'mobile'

0
answers

Save data in phppgadmin Bank in React Native

I'm trying to save data in a PostgresSql database phppgadmin, I'm using React Native, and an API in PHP. React code: import React, { Component, Scene} from 'react'; import { Platform, StyleSheet, Text, TextInput, View, Button,...
asked by 07.07.2018 / 19:41
0
answers

Doubts the SendBird API to create a chat

Good evening guys, I'm doing a little project and I'm using the SendBird API to create a chat, but I'm having problems receiving the message that was sent from one user to another, could they help me? Here is the code to receive the message...
asked by 23.06.2018 / 23:57
0
answers

AdMob ad appears only once

Hello, can anyone help me with this problem? When I run my app in the emulator, the ad usually appears every time, but when I run on my phone the ad only appeared once and did not appear again. What can this be? I'm using the Gdx library for my...
asked by 24.06.2018 / 17:09
1
answer

Button directed to page visited

Good afternoon. I have a problem with ionic, I have a button that is pointing to my home page. Being that when I direct, the Home Page appears as if I was already visited, the little set to return. What I want is for her to come back and start th...
asked by 06.06.2018 / 23:04
0
answers

Error while posting with a TypeScript API on Ionic

I am developing an API in flask and trying to make a POST request with ionic gives the following error: Error: Failed to load http://127.0.0.1:5000/login: Response to preflight request doesn't pass access control check: No 'Access-Control-A...
asked by 21.06.2018 / 15:06
1
answer

Centralize Icons in mobile - Css + Html

I am not able to centralize my icons in the mobile, I need this forcinha, here is my code below @media (max-width: 700px); footer{ bottom:0 ; position: initial; padding: 10px 0; height: 78px; right:0; left:0;...
asked by 07.06.2018 / 23:23
0
answers

Ionic - error (undefined) Area name

Every time you run this line this.toast.create({message: 'Você errou, a area correta é ${this.processo.NOME_AREA}',duration: 3000,position: 'top'}).present(); The value of the area is appearing as undefined My component: import...
asked by 25.05.2018 / 23:43
0
answers

Keyboard of the Iphone opening when it has an input in the app

Hello, I'm developing an app, testing on android OK, but when I went to test on the iphone (Iphone6), when the screen has a testo input, it automatically opens the keyboard, that in android does not happen. Has anyone ever gone through this...
asked by 25.05.2018 / 21:42
0
answers

Would it be possible to use app technology as a snapshot for other purposes?

Hello, First of all I'm sorry for the title I could not think of anything more specific, I'll elaborate my question below. Currently I'm in a project that involves a motion sensor (for now a kinect) that seeks to recognize the user's arm a...
asked by 28.05.2018 / 12:06
0
answers

How to send Image to the server of a Phonegap Mobile app with PHP?

I have a hybrid, functional application using Phonegap. My problem now is to send the image obtained from within the app to an external server. This is the code for capturing image using a Cordova plugin. capturePhoto: function(){ navi...
asked by 04.05.2018 / 01:45