Questions tagged [mobiscroll]

A wheel scroller user control optimized for touchscreens to easily enter date and/or time. The control can easily be customized to support any custom values and can even be used as an intuitive alternative to the native select control (dropdown list). It is designed to be used on touch devices as an alternative to the jQuery UI date picker.

Mobiscroll is user control meant for selecting values that is optimized for smartphones and tablets. It is open source and built on the jQuery library.

Resources

164 questions
1
vote
1 answer

Jquery Mobile: Canot re-enabled disabled option within jquery select (mobiscroll)

I'm trying to disable all non valid options within a jquery select..... disabling specific options works fine, but when I want to re-enable them, they still stay disabled.... I've googled and tyried a lot to fix this issue, but non of my attempts…
1
vote
1 answer

jtsage datebox changes my header from fixed to inline

I have a strange problem when I try to use jtsage databox. The header and footer of my jquerymobile page are supposed to be "fixed". And until the user opens the data picker, these header and footer do stay fixed. But after the datepicker is used,…
John Dorsey
  • 157
  • 1
  • 11
1
vote
1 answer

mobiscroll change the text of an option

If I use the following code I am able to change the text of a standard option: $("#test option[value='100']").text("NEW TEXT"); This code does not work on options that are using mobiscroll. How can I get this to work?
1
vote
1 answer

mobiScroll - Reset value of wheels when clicking extra button

I'm trying to add a thrid functionality to the mobiscroll scroller. First of all some explanations: I have 4 custom created wheels from "0" to "9". The user can insert a 4-digit number here. Additionally to the standard "cancel" ("Abbrechen") and…
Daniel Rausch
  • 215
  • 4
  • 12
1
vote
1 answer

Mobiscroll datetime, remove all validation

I'm prototyping this date picker with a client. They are finding it very confusing that you need to pick year first before other months and days become available for selection (which is fair enough). We do date validation on the backened anyway, so…
Titan
  • 5,567
  • 9
  • 55
  • 90
1
vote
1 answer

input type date validation on Android

I'm using jQuery Mobile 1.3.1 and want to have a form with a date picker. I looked into the docs and came up with this: This works on iOS though it converts the date from the local…
testing
  • 19,681
  • 50
  • 236
  • 417
1
vote
1 answer

jquery validate with jquery mobile datebox (mobiscroll)

I'm having problems with jQuery validate when using a jQuery mobile datebox. I have my validation set to: onkeyup: false Which I believe triggers the validation on the focus/blur (tab) event instead. The problem is that when I set the date using…
redconservatory
  • 21,438
  • 40
  • 120
  • 189
1
vote
1 answer

Mobiscroll plugin in jquery mobile dialog

Is it possible to use Date & Time Scroller plugin with jQuery Mobile Dialog widget? The problem is that dialog widget parses data from other page in
and js files, which are included in the header are not working.
user1692333
  • 2,461
  • 5
  • 32
  • 64
1
vote
2 answers

using mobiscroll datepicker in require js

I have a backbone jquery mobile app in which i want to use mobiscroll date picker. I tried include it in the head tag. TypeError: Cannot read property 'widget' of undefined But i am getting this error. Is mobiscroll require js compatible ? How can…
Himanshu Soni
  • 264
  • 8
  • 15
1
vote
0 answers

mobiscroll image list with .click() handler

When I bind a $(document).on("click", '.dw-sel', function(e) { opens modal box }); on click, it fires each time, even when there is a drag. I want to get the click function called, only when there is a click without any draging of the wheel. Is…
user1308302
  • 193
  • 9
1
vote
1 answer

Wheel numbers visible outside wheel

With v:2.4, FF18, using datetime demo, if I click-drag the number wheel up/down, the numbers go momentarily outside the wheel area, then disappear and then wheel is actually scrolled. This did not happen in v:2.0. Is there a way to avoid this…
MaxD
  • 574
  • 3
  • 10
1
vote
2 answers

jQuery removeData behavior

Here is the context - I am attempting to create an adaptive design where select boxes appear as jQuery Mobile selects on large screens and as MobiScroll selects on small screens. The original select in the HTML is written up like this
DroidOS
  • 8,530
  • 16
  • 99
  • 171
1
vote
1 answer

mobiscroll - selecting option on click

I'm in the process of deciding how to implement "selects" on a site, and am strongly considering mobiscroll, there's just one little thing that's annoying me, and that's the "extra click" (compared to an old-fashioned dropdown) of the "set" button…
MPF
  • 100
  • 1
  • 7
1
vote
1 answer

Problems with Mobiscroll - orientationchange and access address bar crashes some mobile browsers

Original Title but too long for post: "ASP.NET MVC 4, Razor, JQuery, JQueryMobile, Problems with Mobiscroll - orientationchange and access address bar crashes some mobile browsers. Changing scroller width and height does not work on some…
Soenhay
  • 3,958
  • 5
  • 34
  • 60
1
vote
0 answers

On android browser, the layout of the mobiscroll control is not correct if text size is set to large, particularly in clickpick

To reproduce: on an android device, go to mobiscroll demo (in the default browser), set text size to larger or large and refresh the screen. Does anyone know if this can be fixed via a setting or something or is this a bug?
Johan
  • 11
  • 1