Questions tagged as 'mobile'

1
answer

Use ProgressDialog when logging in

I'm trying to insert a ProgressDialog into the Login screen of my Android APP. In parts it works, only when the login is successful, but when something is wrong as a password, ProgressDialog does not close. Code: package com.parse.starte...
asked by 30.05.2017 / 22:21
0
answers

Conflict between last cell of ListView and FloatingActionButton

In the last cell of my ListView a conflict occurs because the FloatingActionButton of the screen is masking two buttons as shown in the image: IwantedtobeabletoincreasethescrollareaofmyListVieworaddsomethingtotheendofthesc...
asked by 04.04.2017 / 20:35
1
answer

Force link opening in mobile browser and not facebook?

When sharing the link of a page on facebook either by messenger or in a post when the user clicks, it will open in the browser of the facebook itself, which in turn is giving some "bizarre" bugs on my page, being that the same in chrome and fire...
asked by 03.03.2017 / 18:27
0
answers

How to avoid the default mobile browser

I am developing a captive portal for WiFi networks, where the client connects and is automatically redirected to the web portal. I wonder if it is possible to include a redirect on the page so that instead of using the browser on the Smartpho...
asked by 30.01.2017 / 17:57
0
answers

Login with Ionic and PHP / Mysql API

I'm developing an application with Ionic v1 whose API is in PHP / Mysql and now need to implement a login system. I already have the platform running from the web, it's a social network. As I'm a beginner in Ionic, I have "stitched" the money...
asked by 17.01.2017 / 01:40
0
answers

hashCode of the APK signature

I need to return a single hashCode of the apk signature. Signature[] sigs = context.getPackageManager().getPackageInfo(context.getPackageName(), PackageManager.GET_SIGNATURES).signatures; for (Signature sig : sigs) { Trace.i("MyApp", "Sign...
asked by 01.12.2016 / 15:30
0
answers

Open web page after connecting to WiFi (mobile) [closed]

Is there a way to force the mobile device to open a web page after connecting to WiFi ? It is not exactly a HotSpot (authentication via landing page ). Example: After connecting to a (public) X network of WiFi , the b...
asked by 03.10.2016 / 14:05
2
answers

Make site open only in mobile [closed]

I need to have my site open on mobile devices only, as it's a hybrid app that will serve as both webview and Progressive Web App. How can I make my site open only on mobile devices?     
asked by 23.09.2016 / 18:30
1
answer

How to disable horizontal scrolling on iphone

I did some testing on some devices and realized that on the iphone it has a horizontal scroll. I already checked the width of the screen, apparently this is ok. The same does not happen on Android phones. I'm using the meta tag below. '<me...
asked by 09.08.2016 / 22:47
0
answers

Android - How do I disable automatic camera lighting?

I would like to disable camera auto-lighting on Android. When I use the camera for example, if you bring something closer to the lens while shooting, it makes shooting clearer. I wonder if there is a method to disable this feature. I'm wor...
asked by 27.06.2016 / 16:34