Questions tagged as 'mobile'

1
answer

Android Studio does not recognize Gradle libraries

I've taken a project that has several external dependencies, such as facebook's lib, even some of the android support itself. The design normally compiles and rotates perfectly on the device. The problem is that all of these references when used...
asked by 10.05.2018 / 22:20
1
answer

JSON communication between domains with Cordova [closed]

I need the application to communicate with a server via JSON to log in. How to do? Note: Just a simple communication via JSON using Cordova, where the answer was very enlightening.     
asked by 24.11.2017 / 16:52
1
answer

Progressive Web Apps switching pages within the application without opening browser

I have a mobile page ( link ) based on Progressive Web Apps and made using Asp.Net Core. But I have the supposed problem: When adding to the home screen of the mobile device by clicking on the sharing option and adding to the Home Screen a...
asked by 04.08.2017 / 07:20
1
answer

Insert a Splashscreen or imageView into crosswalk webview app

I have an application on crossview webview. as my site takes about 5 seconds to open on the screen, I thought of inserting a splashscreen or imageview (I do not know if it has any difference between the two - I'm still starting) and leave it app...
asked by 15.07.2017 / 00:03
1
answer

Delete database information

public void excluir (int codigo){ String[] parametros = new String[1]; parametros[0] = String.valueOf(codigo); conexao.delete("CLIENTE", "CODIGO = ? ", parametros);} This is the method to delete a data from my table This is th...
asked by 02.04.2018 / 03:47
1
answer

Form with CSS

I've developed a mobile application and I'm not able to keep the layout responsive on other devices ... Can you give me an example of a CSS and a form with CSS applied? Any help, I thank you very much! : D     
asked by 14.09.2018 / 19:42
1
answer

Force open Facebook / Twitter / Google in browser

I created a mobile app that is accessed via the browser (a Web app, a regular site). On it I have a button that opens via window.open () a page on Facebook, but when I click the button, it calls the Facebook application. I need the page to op...
asked by 22.05.2016 / 17:23
1
answer

Alternatives mobile development - Java FX, Android, CodenameOne [closed]

I'm doing a search for alternatives to native mobile development with some market tools. In addition to the native platform development tools (iOS and Android, for example), I found some interesting tools like: CodenameOne LWUIT codena...
asked by 11.03.2014 / 03:53
1
answer

Website button works on desktop but not mobile

I have a button on the site that triggers a lightbox to populate a contact form. The problem that the button is clickable only on Desktop. When accessed by a mobile device, this button no longer works. This is the code I'm using: [formlight...
asked by 10.06.2016 / 21:58
1
answer

Carousel bootstrap slide effect does not work on iphone

I'm building a responsive web page with the bootstrap plugin. Everything works well on desktop browsers, even at low resolution. But when I open the page in Chrome or Safari, on my iphone, the carousel does not slide. It goes to the next slide,...
asked by 02.11.2014 / 14:15