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
5
votes
4 answers

Mobiscroll + Samsung Galaxy S3 + position: fixed = Broken scroller?

We are using Mobiscroll on our mobile website and it works just fine, except on one device: My boss' Samsung Galaxy S3 (runs stock Samsung fw and stock browser, but Mobiscroll works fine with Chrome). It looks like the z-index of all the elements…
Max-P
  • 338
  • 2
  • 11
3
votes
1 answer

Mobiscroll and Ionic implementation

I am trying to get Mobiscroll to work with Ionic but can't seem to make it happen? Here is what I am trying to do. I have implemented jquery and mobiscroll like this:
Mansa
  • 2,277
  • 10
  • 37
  • 67
3
votes
1 answer

How to set up 24 hour format in MobiScroll?

I am using latest version of MobiScroll datetime plugin and i need to display date in 24h format without AM/PM, so i doing it like $('#datetime-start, #datetime-end').mobiscroll().datetime({ minDate: new Date(now.getFullYear(), now.getMonth(),…
user1692333
  • 2,461
  • 5
  • 32
  • 64
3
votes
2 answers

Mobiscroll datepicker is hidden by jQuery Mobile modal

I have a jQuery Mobile site with some date inputs, I am using the Mobiscroll datepicker (in modal mode) for these. It works well on standard jQM pages, but it has a problem when I have a date input that is on a jQM modal. The problem is the…
RandomCoder
  • 1,358
  • 5
  • 20
  • 35
3
votes
1 answer

Rolling time picker in jQuery UI Datepicker?

I'm working on a project in which I'm using jQuery's UI Datepicker heavily. However, one of the fields requires a time as well, and the client would like to use an iPhone-like timepicker in addition to the original date picker. (Otherwise, I'd use…
streetlight
  • 5,968
  • 13
  • 62
  • 101
2
votes
1 answer

mobiscroll date/time .setdate

I am pretty new to mobile stuff, jquery... Here is the situation I have an asp.net page, and I am using jquery mobile. Everything is going well. I am trying to get mobiscroll date/time selector to work the way I want. I have the mobiscroll…
user1186651
  • 865
  • 2
  • 10
  • 16
2
votes
2 answers

Disabling dates with jQueryMobile and Mobiscroll

I need to disable dates e.g. weekends and holidays on a jQueryMobile date picker similar to the jQuery datePicker http://forum.jquery.com/topic/datepicker-beforeshowdate. I'm using Mobiscroll http://code.google.com/p/mobiscroll/ where there are no…
2
votes
3 answers

Hide virtual keyboard on mobile with Jquery/Javascript (Mobiscroll)

There are a lot of questions about this. But they all talk about leaving the focus on a field. Here is my problem: I have a input type field. When the user clicks on it, it will open my custom mobiscroll feature. and in some cases like by Android…
Dennis Anderson
  • 1,348
  • 2
  • 14
  • 33
2
votes
3 answers

Set Default time to mobiscroll time picker

I am using the below code to showtimepicker when clicking on an input type text. Is there a way to set a default value such as 01:00for the time picker?? $.plugin($afterSubPageLoad,{ end_time_picker:function() { …
Midhun Mathew
  • 2,147
  • 8
  • 28
  • 45
2
votes
1 answer

Changing the color of date wheel in Mobiscroll's date & time scroller based on a condition

In my organization, each day has one of four shifts (A - D) working, and shifts are associated with colors (red, blue, green, yellow). I use jQuery UI's datepicker in the desktop view of my ASP.NET MVC app, and I can use the beforeShowDay option to…
Nick Silberstein
  • 833
  • 2
  • 8
  • 24
2
votes
2 answers

Mobiscroll clear button

I would like to implement a clear button showed on popup in mobiscroll date picker There is an option to use button3, however I'm not able to clear the input and hide the scroller. jQuery(this).mobiscroll({ preset: 'date', …
Lucas
  • 31
  • 5
2
votes
1 answer

Mobiscroll Datepicker Kendo UI Mobile

I'm using Kendo UI Mobile v2012.3.1114 of kendo mobile framework and mobiscroll set and cancel button not triggering every time. Sometimes it triggers but not always. If i use v2012.2.913 of kendo mobile framework it works correctly only it's slow.…
xpirrr
  • 59
  • 1
  • 10
2
votes
1 answer

mobiscroll date control startYear is not getting set

I have pretty straight forward MobiScroll date component initialization code as follows. function attachMobiDate(id) { var now = new Date(); $('#'+id).mobiscroll().date({ minDate: new Date(now.getFullYear(),…
Pavan G R
  • 306
  • 3
  • 16
2
votes
2 answers

Can I exchange the position of the cancel/set buttons on Mobiscroll?

I'm using Mobiscroll 2.0.3. The datepicker view gives ok button on the left and cancel button on the right. Can I exchange the position, like the cancel button on the left and set button on the right? Because I have ok/cancel buttons placed in the…
2
votes
0 answers

Mobiscroll with long/variable height, wrapping text options

I'm looking to use Mobiscroll as a picker interface where it'd be perfect (using the custom image/text route where I'm loading a custom wheel). The only issue is that the text options I have are long sentences and so I'd like to see if there's an…
lhl
  • 21
  • 2
1
2 3
10 11