Questions tagged as 'jquery-mobile'

1
answer

Error 404 on AJAX requests from Android after changing the server certificate

We are doing a hybrid app with Phonegap and jQuery Mobile that, through ajax requests, retrieves some data from an external server in JSON format and then treats them. We have never had any problems in iOS or Android. Since we updated the s...
asked by 18.12.2015 / 09:04
2
answers

Autocomplete text of an input based on data stored in Local Storage

Hi, I would like to know if there is any way that by entering characters in a input of type text a bar with previously entered suggestions is displayed, using JQuery , javascript , etc. I clarify that I do not want to o...
asked by 01.03.2017 / 19:48
2
answers

You can convert a jquery mobile application into an Android or IOS apk

I'm doing a moblie app using jquery mobile but I intend to convert it into a native apk. What is the most effective way to do it?     
asked by 23.08.2016 / 22:37
1
answer

Slide-up effect of uber panel, with css and jquery

I am developing an app with phonegap and jquery mobile. I have a screen similar to the uber map screen. Uber has on the map screen a standing panel which when you touch it and go up the panel goes up. What is it called or how could that effect b...
asked by 21.08.2016 / 07:59
1
answer

Modify element ranges of MarkerClusterer v3 Gmap.js

Query: I need to modify the ranges of elements that are grouped in MarkerClusterer, so that when the color clusters appear (which in the end are images that I set myself), each one represents a number of elements determined by me, and not the on...
asked by 15.11.2016 / 15:21
4
answers

How to put a full-screen background image

How can I make the image cover the entire screen size? I know that the property min-width and min-heigth but they do not make me achieve what I require. this is an example of a slider but I do not want a slider...
asked by 18.08.2016 / 00:33
1
answer

Problem with the collapsible of jquery mobile and ajax

Good afternoon. I'm making a mobile application with jquery mobile and I have a problem with the collapsible elements. I make an ajax call to the server to get data, and if the answer is correct, what I want is to insert as many collapsibl...
asked by 28.12.2017 / 14:01
2
answers

Problem onunload event in IE and Safari

First of all, hello everyone and thanks for your time. I'm making an application with Jquery Mobile and I have a big problem. When a page is refreshed, all the dynamic content that has been generated from the page is obviously lost, leaving o...
asked by 05.07.2016 / 11:47
1
answer

Google Maps does not show correct coordinates JQueryMobile

I am developing an Android application that uses the Google Maps APIs. The way to invoke and draw the maps is with Jquery mobile. The function is as follows: function mapas(opc) { $(document).on("pageinit", "#map-page", func...
asked by 03.10.2016 / 10:10
1
answer

How can I click on an image with a specific Zindex?

I have a problem I need to detect the event click on an image with a specific index, before clicking the id of the image I want to click, but it prevents me from detecting the event click on the image I want because there are other images with z...
asked by 24.10.2018 / 20:02