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

mobiscroll does not enter datetime value in form input

The popup works, but every time I click the SET button, it seems to try to enter the value into the INPUT field and then weird stuff happens: The page flickers, almost like it is refreshed, and all of the values in the INPUTS are cleared. Then a…
Doug
  • 5,116
  • 10
  • 33
  • 42
0
votes
1 answer

Using mobiscroll for a date range

I am trying to build a webpage where I have 2 scrollers to pick a range of dates. Both text inputs are the same class, so i am setting the 2 scrollers like so: $('.datetime').scroller({ preset: 'datetime', minDate: new Date(now.getFullYear(),…
microzen
  • 1
  • 1
  • 2
0
votes
1 answer

mobiscroll onShow not executing methods

I'm having the hardest time getting Mobiscroll to fire off any of the documented methods in the onShow event. Here's my code: var scrollerVals = $('#select').scroller({ theme: 'default', display: 'inline', mode:…
primes2357
  • 178
  • 2
  • 8
0
votes
1 answer

How can I set the maxDate for mobiscroll?

I´m wondering how I could set the max date on the mobiscroll. I know that i should use the maxDate option but I cannot find how the string should be formatted anywhere. Can anyone help? Thanks
PaperThick
  • 2,749
  • 4
  • 24
  • 42
0
votes
1 answer

how to make Mobiscroll work in IPhone 5 when date format other than yyyy-mm-dd used

We are using Mobiscroll (http://code.google.com/p/mobiscroll/) as Date Picker solution in our smartphone product. It works great in desktop browser, android 2.3, IPhone 4S - any date formats. But, it works in IPhone 5 (version 5.0.1 to be precise)…
Santoo
  • 643
  • 2
  • 7
  • 17
0
votes
1 answer

popup screen won't show after submitting a form

I am building a web app with jquery mobile. On one page I have a little form to make a room reservation. I have two input boxes. In these boxes comes the start DateTime and in the other one the end DateTime. Now what I do is the following, when I…
Steaphann
  • 2,797
  • 6
  • 50
  • 109
0
votes
1 answer

Mobiscroll 1.6 disables input fields on callbacks

I'm using mobiscroll 1.6 (https://github.com/acidb/mobiscroll) for a date input in a simple html form that I ajaxify with jQuery Form (and http://jquery.malsup.com/form/) I want the form to be posted when a change is made on the datefield. I tried…
Viktor Hedefalk
  • 3,572
  • 3
  • 33
  • 48
0
votes
1 answer

Implementing native-like time picker on Blackberry with mobiscroll

I have a web application which has a text box for entering time in hh:mm:tt format. A time picker has been integrated using mobiscroll I am having issues while trying to enter time using the Blackberry browser. I have tried the following: Tried to…
user1281732
  • 11
  • 1
  • 3
-1
votes
1 answer

Get aria-label of date on click

I am using the Mobiscroll Jquery demo and is trying to get the value of the aria-label to display in console.log. Currently I am getting null everytime I click on a date. Can anyone help me with this one please? HTML
Beldion
  • 321
  • 8
  • 19
-1
votes
1 answer

I want to scroll only day hour and time using mobiscroll

I want to only scroll day hour min using jQuery library mobiscroll, please suggest any solution. Only scrollmonth and hour using mobiscroll jQuery library. For more clarification please see below screenshot: Thank you in advance.
-1
votes
1 answer

Mobiscroll - Selected Item Index

How would I get the index of the selected Mobiscroll Item? I am using the 'select' option. onClose calls function(valueText, btn, inst) and onChange calls function(valueText, inst). I can get the 'display' text, button, inst, etc., but not the…
R.W
  • 530
  • 1
  • 12
  • 34
-1
votes
1 answer

How to create Date() from timestamp by server time?

My web app is currently hosted somewhere in Great Britain and i have 2 hour difference with it but i need to use the time that is used by the server. So i use time() * 1000 and create from this timestamp new date object like time_data.minDate = new…
Kin
  • 4,466
  • 13
  • 54
  • 106
-1
votes
1 answer

Updating Marked Dates on the Mobiscroll Calendar

On the Mobiscroll Calendar (http://mobiscroll.com/) you can set Marked Dates when initializing the Mobiscroll Calendar. Is there a way to update the Marked Dates after the calendar has been initialized? I can’t seem to find a method for doing so in…
-2
votes
1 answer

change width of number clickpick component of Mobiscroll

Good day, There seems to be a bug in Mobiscroll's "number" component because no matter what I try I just can't make the width size I specify. I must use version 2.14.0 or greater because Custom Theme Builder doesn't work with older versions. I can…
vic_sk
  • 41
  • 12
1 2 3
10
11