Questions tagged as 'mobile'

1
answer

What to do for this code to work on your phone

I've got this code ready to mount a fake off-canvas menu, it's working perfectly, but when I go to the mobile the menu does not appear, what do I need to do? $(".toggle-canvas").click(function () { $("#menu-canvas").toggleClass('menu-canvas-ac...
asked by 20.12.2014 / 20:59
1
answer

How to make a CRUD via REST

Introduction I need to access a web service in PHP via mobile application. I've seen a lot of videos and read many tutorials about Delphi's REST Client. I was even able to develop a prototype of my application. Problem But the pr...
asked by 05.05.2014 / 00:57
2
answers

Adjust horizontal and vertical orientation in Bootstrap

My page is horizontal the way I want it: But if you leave the phone upright it's going like this: How do you make it vertical in the following way? Follow my code: <div class="row"> <div class="co...
asked by 08.09.2014 / 18:02
2
answers

Error checking if fields are empty!

I'm trying to verify that the product registration fields are empty, probably the error is in the if statement, which was to be returning the error message:    "Fields not filled in, please try again" With the running application,...
asked by 08.11.2018 / 20:41
1
answer

Automatic slider with 5 columns how to do?

I'm trying to make an automatic slider in this style, but it's not working. <section class="mbr-section" id="equipe" style="background-color: rgb(204, 204, 204); padding-top: 120px; padding-bottom: 120px;"> <div...
asked by 06.07.2018 / 21:32
3
answers

Transform JSONArray into Class Object

I'm getting an API in my application that returns an Array of names, I've created a class to assign each name to 1 instance but I'm having trouble getting this JSONArray and turning it into object, all the methods I've tried do not Did they work...
asked by 18.10.2018 / 14:10
2
answers

How do I make this table responsive to mobile using only html programming?

The code of the site on the computer is ok, but in the furniture the columns are very thin and with the visibility very bad, I tried to solve in several ways the responsibility in the mobile and I only managed using the overflow command, but I w...
asked by 06.07.2018 / 10:24
0
answers

Uploading Multiple Files from a Mobile Phone

Hello, I have a web application where I need to upload multiple photos at the same time, On the pc it goes without problems but on the mobile I can not select multiple photos. Can anyone help me?     
asked by 07.11.2017 / 23:56
2
answers

Tools for prototype App mobile [closed]

What do you usually use to prototype a mobile app before its development? Even paper, some tool to draw what would be the screens and their navigations, etc.     
asked by 18.08.2017 / 20:08
2
answers

Android - How to access an Activity through a Papplet?

I have a class with extends PApplet and I want to migrate from it to another with extends Activity I tried through Intent but could not. Body of class PApplet: public class CamMain extends PApplet { public void...
asked by 28.07.2016 / 21:00