Questions tagged as 'jquery-mobile'

1
answer

Click on a Google Map API marker and open a page

I'm making a website that will contain several bookmarks, but how do you do that by clicking on the bookmark, instead of opening the default window with marker information, does it point to another page or open a modal window?     
asked by 18.02.2016 / 00:33
1
answer

write files to the database with ajax + jquery

I am not able to save data in the mysql database with ajax, can anyone help? Not from error or anything, just does not save. PHP:      $serve = mysql_connect('localhost', 'root', ''); if(!$serve){ echo 'erro';} $db = mysql_select_db('observato...
asked by 03.10.2015 / 20:41
1
answer

Event from the choice of the jquery radio option

I'm having trouble deploying the following function and would like your help; I have input with two options of radio . if the user selects the value_1, the jQuery removes the class hidden from a div and adds...
asked by 23.09.2015 / 17:02
1
answer

Android application closes when switching from Landscape to portrait

I created a simple android app, with Jquerymobile, with nothing too much, just pages and listview. If it starts in Landscape mode, it works only this way, if the user changes the position Smartphone, the app automatically closes, and the same...
asked by 16.02.2015 / 12:38
1
answer

How to type by voice Phonegap Framework?

I'm doing an application, using the phonegap framework along with jQuery Mobile. The question is: I would like to add the voice typing function, my input field is of type type, that is, it only accepts numbers, but the phonegap does not h...
asked by 19.09.2014 / 19:27
0
answers

Close div / popup when clicking back button

Jquery Mobile provides popups that are closed when the user presses the 'back' button and wanted to implement this 'function' in my web app. Here's a fiddle with an example: link But I wanted this code to be cleaner, because the script crea...
asked by 04.12.2018 / 21:09
1
answer

Build Web application-based mobile application

Good night everyone, I am participating in a volunteer project to a group and we have a web application ready, developed in PHP with the Laravel framework. We need a data inclusion form of this application to be created also for mobile environme...
asked by 29.10.2018 / 23:01
0
answers

How to detect that one class has touched the other? [duplicate]

I have a question regarding the detection of classes in Jquery. For example. I'm developing a land page and in it has the navbar that when it arrives in certain parts of the site it changes color, only that it has a problem, I'm doing it in a...
asked by 15.08.2018 / 16:19
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
0
answers

Problem with mobile-only Ajax request

I have an Ajax code that takes data from a simple message field and sends it to my database without the page being updated, but the problem is that everything works perfectly just from the computer , when accessing the cell phone simply does n...
asked by 18.06.2018 / 01:51