Questions tagged as 'mobile'

1
answer

How to step parameter in html to load in android webview

I need to pass parameters in the "image" and "embed" tag to load in a webView, but the parameters must be in the Android assets folder int height = PKViewSize.getHeightOfDisplay(context); int width = PKViewSize.getWidthOfDisplay(context); St...
asked by 30.07.2014 / 21:22
1
answer

Redirect mobile nginx

I'm having a problem doing a redirect. It's for me to put www.mysite.com/default/true and it directs me to the normal site even though I'm on my cell phone. if ($http_user_agent ~* "(android|bb\d+|meego).+mobile|android|jasmine|minimo|m...
asked by 03.12.2014 / 14:41
2
answers

How to pass a parameter from the server to the client in Datasnap?

How can I send and receive data using datasnap? I have a database MySql, a Mobile application in Delphi Seattle with a datasnap server, the connection works and I can get the data from the bank and play pro mobile, but my question is: I need to...
asked by 28.03.2016 / 14:54
1
answer

The site does not adapt to the mobile version

I made a site that has some images side by side, horizontally. What happens is that in the mobile version these images should be one underneath the other and with the text underneath each, but these images are displaced and some are on top of...
asked by 20.07.2017 / 17:23
1
answer

ListBox with JSON data - Delphi mobile

I have this data JSON which returns from a webservice query: [{ "id":"1", "usuario":"teste", "senha":"teste", "chave":"d59876jh", "email":"[email protected]" }] I need to popularize the Items of a ListBox...
asked by 05.11.2016 / 02:01
4
answers

Secure API depends entirely on the developer or platform? [closed]

What challenges does the programmer find to make their API fully secure? When I speak of security I mean directly whether the application exposes the client's information or even leaves its application easy to penetrate. Depends entirely on t...
asked by 29.01.2014 / 15:20
1
answer

Mobile framework for development in Cordova [closed]

I'm developing a hybrid application that uses Cordova and I need solutions for the graphical part of APP. At first I think of using Bootstrap, but since I have little knowledge of mobile development, I would like to know what frameworks are curr...
asked by 21.11.2017 / 23:43
3
answers

How to create a shortcut on the mobile desktop of a Web App?

I have a web app ready and published. Is it possible to create a web app icon on the Desktop for iOS and Android Systems automatically, or at least through a confirmation question? I hope it was clear, because this question neither Google...
asked by 23.04.2014 / 14:19
1
answer

Help with app pages! [closed]

I need a help or a direction, I will try to be brief, this is the following I am developing an app for a client, and I need this app in very little time for that reason I decided not to develop by common means, having the speed in mind chose the...
asked by 26.07.2017 / 21:30
1
answer

How does an Ionic application connect to a server?

Creating a Mobile Client / Server Calculator Create a calculator where the user enters two numbers and submits for a server to calculate The server will do the calculation and your application will show the result for the user The ser...
asked by 09.10.2018 / 20:52