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
0
votes
1 answer

Method setDate() of Mobiscroll jQuery Plugin loses format

setDate() works but loses previously set format. var initialDate = new Date(1984,11,19); $('#mydate').scroller({ preset: 'date', dateFormat:'dd/mm/yy' }); $('#mydate').scroller('setDate', initialDate, true); Why is that ?
Pablo S G Pacheco
  • 2,550
  • 28
  • 28
0
votes
1 answer

Mobiscroll Sorting wheels values not showing properly

I have Defined the Scroller value to be hours starting 15 min interval and the wheel should have has values like 0.25 0.5 0.75 1 1.25...23.75 but its sorting the values like tits showing the integers first and then the decimal so its like 1 2 3…
Sri
  • 33
  • 1
  • 11
0
votes
1 answer

Max date is defaulted to 2013 in v2.1 beta

Creating a mobiscroll instance using the following, when I scroll the year wheel it wraps from 2013 to 1912. Is this a bug or am I doing something wrong? thx dateInput.scroller({ preset: 'date', dateFormat: 'dd/mm/yy', dateOrder:…
tazmaniax
  • 406
  • 1
  • 6
  • 13
0
votes
1 answer

How to view values of a select list in a textbox more than once

I'm trying to put "mobiscroll" (a select list) values into a textbox, but three times in one page, the strange thing is that if I choose to view it only one time it's working... Also, how do I make it display the first number even if hasn't been…
0
votes
1 answer

Text field wrongly shown together with mobiscroll

I'm trying to set up a mobiscroll number chooser for a landing page, but it seems that I'm doing something wrong because, above the scroll, I get a text field with the number chosen in mobiscroll written inside it. To be honest, in the website I…
0
votes
1 answer

Mobiscroll with Wheels Option breaks using display:inline

just found this plugin and like it pretty well so far. But, I'm having trouble with it. When I'm using the wheels option, I'm having trouble with the display:inline option working properly. If I remove the display:inline option and let it default to…
Briana Finney
  • 1,171
  • 5
  • 12
  • 22
0
votes
1 answer

How to load mobiscroll values from server

I'm using the select preset option of the mobiscroll control and i'd like to load its values from the server. How can I do that?
0
votes
1 answer

Setting scroller on template element

I am using mobiscroll with underscore. I have an underscore template. I need to do the .scroller on an element added from the template. Here is the template:
Here is the…
Kinjal Dixit
  • 7,777
  • 2
  • 59
  • 68
0
votes
1 answer

How to change mobiscroll script output format?

I am trying to use mobiscroll for height selection so I have two wheels one with feet & other inches but the output in the text box after selection is displayed with a space in the numbers instead I want a dot in it how can I do that? Below is my…
0
votes
1 answer

How to disable custom dates of mentioned year in mobiscroll?

I need to disable certain dates of mentioned year in the array. var availableDates = ["02/10/2014","03/11/2014","07/12/2014","08/11/2015"]; which only should be visible on the control. so Manually, we are calculating the missing dates in above…
Parag Diwan
  • 3,007
  • 2
  • 19
  • 37
0
votes
1 answer

how to show next year date as a default date in Mobiscroll

I need to show some next year date as a default date in control. i.e when the control opens ; by default it should show next year date.
Parag Diwan
  • 3,007
  • 2
  • 19
  • 37
0
votes
1 answer

Mobiscroll set opening scroller value conditionally

I am trying to have the scroller open with a time value set conditionally. when the text input box is = 0 then set mobiscroll to value of 0. It appears that it defaults to 12 when input value is 0. I tried many approaches this is the closest I…
Joel Erenberg
  • 81
  • 2
  • 3
0
votes
1 answer

Prevent mobiscroll from wrapping time-control down to new line on Firefox

I am using the mobiscroll jQuery library for a datetime picker. It works great on Safari for iPad and on Google Chrome. However, on Mozilla Firefox on PCs it seems to "line-break." In other words, after the date control, the time control gets…
Doug
  • 5,116
  • 10
  • 33
  • 42
0
votes
2 answers

Closing the Mobiscroll Datepicker Explicitly

My application has the session timeout, the application goes to the login page after 15 mins of inactive. The problem i am facing is when the user opened the Mobiscroll date picker and remain in the same page for the 15 mins, the Session timeout…
Jabeer
  • 879
  • 1
  • 8
  • 13
0
votes
3 answers

How to identify screen size

I am working on some mobile web application (it my firs time) and I faced such problem: despite the use of special mobile frameworks some sizes of modal windows are not correct on small screens. For example i have an ipod and ipad: On iPod the…
NoNameZ
  • 785
  • 4
  • 14
  • 22
1 2 3
10
11