Skip to main content

Questions tagged [jquery-mobile]

jQuery Mobile is a touch-optimized web framework for smartphones and tablets. It provides a unified user interface system across all popular mobile device platforms, built on jQuery.

jquery-mobile
1 vote
1 answer
102 views

SecurityError: Blocked attempt to use history.replaceState() to change session history URL

I am working on a bank project on the Cordova framework. As per Apple's recent policy, I have built the bundle from Xcode 15.4 and iOS runtime 17+. My app worked fine when I used Xcode 14.2 and ...
Anil's user avatar
  • 91
0 votes
0 answers
72 views

Dropdown option default display issue in jquery mobile [duplicate]

I do not want the dropdown default selected option to display separately but why is this happening. Is there an option to skip the jquery setting for a particular dropdown? Like using some function ...
sqlchild's user avatar
  • 8,958
0 votes
0 answers
26 views

Jquery mobile nav bar items not properly placed

I'm creating a web page using the JQuery mobile framework. I need to place a navigation bar at the bottom of the page inside the footer. Here I mentioned my all codes. My problem is that the last ...
S.Macualiff's user avatar
0 votes
0 answers
38 views

jQuery Mobile Autocomplete freeze all the page

I'm implementing an autocomplete form on a website so that mobile users can select a city. When they type the beginning of a French city, a list of cities is displayed underneath to select one. I used ...
Laurent Louis's user avatar
0 votes
1 answer
134 views

How can i fix the error i get when i run cordova build android on windows cmd

When Ever i run the cordova build android command i keep getting these errors and i dont know how to fix it, i have tried to google buh nothing helped. i am already in the cordova directory: i run ...
coder756's user avatar
0 votes
0 answers
46 views

want to make a swipe menu common for all page of my html,

I add some code for my swipe menu, the listview went well and can display the grid icon in the listview as mentioned in my code. However, if I want to prevent from redundant code, put the swipt menu ...
JQ Developer's user avatar
0 votes
1 answer
31 views

JQueryMobile not keeping default style for dynamically appended html

adding html to secondDIVContainer like below. The html is being appended but it doesn't have the default formatting of jquerymobile. $("#secondDIVContainer").append("<div id='...
user1184211's user avatar
0 votes
1 answer
28 views

class added to div prints extra pages confusion

I am trying to set a small 5 lines of text part of a webpage that is the middle of my query mobile page as the only printing part of the page, the end goal is to print it on a 62mm x 52mm brother ...
Palendrone's user avatar
0 votes
1 answer
39 views

Show different element if the the class has the class active

#Summary I'm using a carousel as a navigation. <div class="swiper-slide state1 swiper-slide-active">STATE 1</div> <div class="swiper-slide state2 ">STATE 2</...
user22039298's user avatar
0 votes
1 answer
76 views

jQuery-Mobile fancy popup box works with jQuery 2.1.3 but breaks with jQuery 2.2.4

Years ago, I found this "fancy alert" popup box for use with jQuery mobile. I've been using it in my Cordova apps for years. Recently, I've been informed that version 2.1.3 of jQuery has ...
Laurence MacNeill's user avatar
1 vote
0 answers
69 views

ASP.NET MVC 5 : model not binding to HttpPostedFileBase from Razor form w/jQuery Mobile

I've read the many possible causes and solutions for this problem, but I don't see that any of them can help me. I'm making a change to an already-existing project that uses jQuery-2.2.4 and jQuery-...
rwkiii's user avatar
  • 5,806
0 votes
1 answer
91 views

Filtering an unordered list with jQuery Mobile 1.5

I am in the process of upgrading an app's jQuery and jQuery Mobile to the latest versions, I had to move to jQuery Mobile 1.5 to do so and the search box for my app has disappeared because of this. ...
kbessemer's user avatar
  • 147
0 votes
3 answers
67 views

i want to show footer navbar on different situation in JQUERY MOBILE

I am making a mobile application with jQuery Mobile, but I have a problem with the Navbar Widget. Here is the relevant part of my HTML code: <div data-role="footer" data-position="...
김완동's user avatar
-2 votes
1 answer
141 views

Getting the information of a mobile device by connecting to it [duplicate]

Is there any way for a server to obtain some information of the mobile devices that are connected to it like memory size and battery power? Is it possible? Thanks for any reply in advance.
Hami's user avatar
  • 117
0 votes
1 answer
47 views

Checkbox styles not applying when loading data asynchronously

Using google apps script to build a simple tool at my school to help collect photo evidence of students work and save it centrally so all teaching staff can access it (there's probably an app already ...
DJP's user avatar
  • 3
0 votes
1 answer
196 views

How do I get the content to display in the other menu options?

Here is my complete code. <html> <head> <meta charset="utf-8"> <title>Title</title> <link rel="stylesheet" href="...
Andrew Crum's user avatar
0 votes
1 answer
171 views

Added jQuery UI and JQuery Mobile cdns to project but themes won;t work

<link rel="stylesheet" href="jQuery/jquery.mobile-1.4.5/jquery.mobile-1.4.5.min.css"> <link rel="stylesheet" href="jQuery/jquery-ui-1.13.1/jquery-ui-1.13.1/...
simpleStudent's user avatar
3 votes
1 answer
1k views

Cordova Android app crashes with RecoverableSecurityException while capturing photo

Cordova android app crashing frequently while capturing photo using camera. The stacktrace from crashlytics is Caused by android.app.RecoverableSecurityException: com.myapp.appname has no access to ...
spdev's user avatar
  • 91
0 votes
1 answer
44 views

jQuery Mobile submission not instantly recognized as submit action on ajax

I have a jQuery Mobile registration form, with validation plugin. <!doctype html> <html> <head> <!-- Include meta tag to ensure proper rendering and touch zooming --> <...
snydez's user avatar
  • 3
0 votes
0 answers
48 views

Jquery Mobile Page Links Causing Duplication

I am building a site using JQuery mobile 1.4.5. It consists of 3 pages (index.html, blog.html, blog-category.html). When the home page loads, there is a link to the blog page. I am using the following ...
Judson Cooper's user avatar
0 votes
0 answers
33 views

How can I make the project dropdowns in the portfolio section of my website load faster?

My website loads just fine, but when I attempt opening any of the projects in my portfolio section, it takes maybe a second too long to load - desktop & mobile. Here's a snippet of code that I ...
Praveena Dewars's user avatar
2 votes
1 answer
263 views

How to use "window.open" in iOS for js command?

I am using Appery.io app builder and my app is JQM with v5.3 libraires version I have to js code in click event and run in Android but not in iOS. I tried this and the same result. Anything argument ...
James More's user avatar
2 votes
1 answer
65 views

How to return form the web(iOS) back to the app?

I am using an online builder for my app(ApperyDotIo, JQM framework). My application works fine with one exception. I have an in-app link to my website. The link in the iOS app, the link takes me to ...
Daniel Dias's user avatar
1 vote
0 answers
80 views

Form Validation in JQuery Mobile

I'm trying to add validation to the form I made <fieldset> <legend>ENTER YOUR INFORMATION HERE FOR DELIVERY</legend> <form action="" name="deliveryform"...
Endless Infinity's user avatar
1 vote
1 answer
901 views

Getting 'undefined' value from select options using jquery mobile

Im trying to get selected value from whichever option I pick among the list. However, it mentioned as "Undefined" <fieldset data-role="controlgroup"> <...
Endless Infinity's user avatar
0 votes
1 answer
109 views

How to vertically align text in list view on JQuery Mobile?

I need to vertically align my text in <li> elements Currently I am setting the line-height as below, however this means it doesn't work on all screen sizes. I have tried applying vertical-algn:...
jackhamper32's user avatar
2 votes
1 answer
156 views

How can I debug javascript code that is being executed inside microsoft teams tab of android mobile teams application?

I am developing a custom tab for microsoft teams app. For the application inside the custom tab, I need to debug the javascript code flow, like we do in desktop browser. Is there any way we can ...
Vishwam Chepuri's user avatar
-4 votes
1 answer
61 views

My website has css issue on right side of website

Please visit this url: dev.dgconcepts.com.pk I don't know why, when we swipe left or right on mobile responsive, the website moves a little bit on both sides. I don't know what the issue is. Can ...
Taqi Baqar's user avatar
0 votes
0 answers
1k views

web qr-code scanner usage nimiq qr-scanner github

I tried to using this qr-scanner https://github.com/nimiq/qr-scanner which works good but I don't get it to use the reading information. For example it displays me an URL fine but nothing more, cannot ...
Mike S.'s user avatar
2 votes
2 answers
1k views

Cache persistance in PWA in iOS

Have a PWA that works fine with network connection. Added a service worker and it works with no connection IF the PWA had been opened at some point before loss of network connection. So far, so good....
TomH's user avatar
  • 25

15 30 50 per page
1
2 3 4 5
751