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

MobiScroll datePicker reset value 00-000-0000

Mobiscroll date picker every year should ends with reset value 00-000-0000, the reset value is achieved when i click the reset button. how to achieve this. +----+-----+------+ | 31 | dec | 2014 | | 00 | 000 | 0000 | ----->reset value |…
mani R
  • 361
  • 4
  • 16
1
vote
1 answer

Setting a reset value in a datepicker using mobiscroll DATE, DateTimer

Code : handler: function (event, inst) { alert('Custom button clicked!'); that.mobiscroll('setValue', ['0', '0', '0', '0']); } }, the above mentioned part of a code is not working for date picker. the expected…
mani R
  • 361
  • 4
  • 16
1
vote
0 answers

How to create multi selection on html 5 code, better using mobiscroll

I Want to create a html multi-selec-list with 2 columns by using mobiscroll. And I write the code on rails with haml and js. The core rails code to haml is like this: - grouped_options = [['week_1', [Mon, Tues, Wed, Thur, Fri, Sat, Sun]], ['week_2',…
ElliotCui
  • 385
  • 2
  • 9
1
vote
1 answer

Mobiscroll Plugin - Undefined is not a function with timespan function

I use a ASP.NET MVC 4 project. In my web page Index.cshtml, I especially added this lines to use the plugin Mobiscroll 2.12.0:
user2274060
  • 896
  • 5
  • 18
  • 35
1
vote
1 answer

Mobiscroll: Auto Scroll to specific value on load (custom wheels)

I couldn't find in the mobi doc how to set auto wheel scroll on load. I have 2 custom wheels like this: var whl1 = {'1_Value1':'1_Value1', '1_Value2':'1_Value2', '1_Value3':'1_Value3', '1_Value4':'1_Value4', …
Newbie
  • 152
  • 2
  • 13
1
vote
1 answer

mobiscroll's setValue doesn't work on subsequent opening of jQM dialog

A simplified version of my problem is at github. I'm using mobiscroll 2.6.2 (since that's the last free version on github. Later versions up to 2.11 exists but are on different license). Basically, I have an index page that does nothing but contains…
kane
  • 5,465
  • 6
  • 44
  • 72
1
vote
1 answer

Mobiscroll datepicker sometimes require more click to open [Phonegap]

I am developing a mobile app using phonegap and im using mobiscroll for the datepicker. Here is what's happening, i have a text box, when clicked/touched the datepicker pops up. Now, the problem is sometimes when I click/touch it, it only gets the…
clintgh
  • 2,039
  • 3
  • 28
  • 44
1
vote
1 answer

Displaying day of week

Is there a way to display the day of week (short or long) in the picker itself? I've seen examples of this value getting calculated but I've found nothing that shows a picker that resembles to IOS one where the left most wheel shows the day of the…
1
vote
0 answers

Mobiscroll Month and Year Picker View Handle Start and End Date

I am using Mobiscroll Month and Year Picker View. In my scenario I have Start and End Date and I want to disable End Date based on Start Date and usual checks etc.. Any ideas? Thanks, Attiqe
Attiqe
  • 646
  • 1
  • 10
  • 22
1
vote
1 answer

Unable to scroll mobiscroll select scroller in phonegap in iOS

I am using mobiscroll for selecting values. But the problem i am facing when i scroll down to select other values , it does not scroll down and it bounce back to starting value. I did not get any error.
dreamcoder
  • 1,233
  • 1
  • 11
  • 25
1
vote
1 answer

Mobiscroll, identify element triggering it

Scenario: I've got a form which needs multiple time and select pickers, In order to reduce duplications I came up with the plan of having only 2 hidden inputs one for time and the other for the select picker, then I have multiple links/buttons with…
Nick Germi
  • 403
  • 3
  • 6
  • 15
1
vote
1 answer

Mobiscroll scroller - set default value

I am very new to mobiscroll and trying to set the default value for mobiscroll scroller. Here is my code: $('#test').scroller({ theme: 'sense-ui', display: 'inline', mode: 'mixed', wheels: wheel, …
PavanBhushan
  • 106
  • 2
  • 8
1
vote
0 answers

mobiscroll date demo is not working

I am trying to run mobiscroll demo but it is not working as expected. Instead of visual date scroll I see just the text of days months and years. Here is head part of my code:
ahmet aydin
  • 116
  • 2
  • 10
1
vote
1 answer

Dynamic content in custom mobiscroll

I am using mobiscroll for my select forms and am having no problem when using static content, but... Now I am trying to create an mobiscroll with dynamic content from ajax/json. Here is what I am trying to do: $(document).ready(function(){ …
Mansa
  • 2,277
  • 10
  • 37
  • 67
1
vote
1 answer

Mobiscroll ParseInt exception on Samsung Galaxy S3

After clicking the input field that opens the DateTimePicker (we use this one from mobiscroll) our Android HTML5 App crashes with a NumberFormatException at parseInt (which is trying to parse "11.07.1993"). Obviously it should not be parsing the…
Daniel
  • 20,420
  • 10
  • 92
  • 149
1 2
3
10 11