Tagged Questions
1
vote
1answer
535 views
JQuery Mobile: how to disable default keyboard when clicking in text field?
I am currently using input text fields that spawn a chooser (listview with various entries) when they are clicked on. Testing this on the appMobi emulator works flawlessly; however, when testing it ...
1
vote
1answer
256 views
In jQuery Mobile, how do I make text inputs go full screen while editing if the phone is tilted to landscape?
I have a text input in jQuery Mobile. I'm also using PhoneGap to package it up as an application. The problem, however, is that, when I tilt the phone to landscape view, I the text editing isn't going ...
4
votes
3answers
953 views
Phonegap, jQuery Mobile, Android, not fixed toolbar anymore after a text input
I have a problem as regards the combination of jQuery mobile, phonegap and android regarding the toolbars. To be more precise I would like both my header and footer to remain stable ...
1
vote
2answers
229 views
IPad text input types - labels in input
If you look at this link you will see an ipad type of text boxes.
Notice how the label is actually inside of the button.
I was wondering if there is something similar in JQuery Mobile as I have not ...
2
votes
2answers
1k views
Issue with input fields forms in Phone Gap
I am using PhoneGap along with JQuery Mobile and HTML elements for implementing my project.
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" charset="utf-8" ...
4
votes
3answers
992 views
Preserve text input value in jQuery Mobile
I have some found some stange behaviour in jQuery Mobile that I can even repoduce on the demo website:
go directly to http://jquerymobile.com/test/docs/forms/textinputs/
enter something in a text ...
1
vote
3answers
1k views
.trigger('create') method doesn't work with text input / iframe
So I'm dynamically inserting text inputs into a jQuery mobile page that is inside an iframe. I can get it to insert correctly but the trigger('create') method doesn't apply any jqm styles, although it ...