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
0 answers

Mobiscroll changeWheel Example?

I'm using Mobiscroll and want to change the array of values in the second wheel depending on the value of the first wheel. The documentation says changeWheel should handle this but no example of how to implement. Does anyone know the correct syntax…
Phil Glen
  • 24
  • 7
1
vote
1 answer

MobiScroll Select Preset

The mobiscroll documentation states This preset enhances a regular HTML select to select the values with a scroller. The original select is hidden, and a dummy input is visible instead. The value of the select is maintained by the preset. The…
DroidOS
  • 8,530
  • 16
  • 99
  • 171
1
vote
2 answers

Mobiscroll Time change Validation Start and EndTime

I need to do Validation for both Start Time And End Time, if start time is greater then end Time Throw and error. How Can i achieve this. Which Events do i need to use to get the validation done onselect, onclose?? Please Help me out Thanks
Sri
  • 33
  • 1
  • 11
1
vote
1 answer

Using Mobiscroll onSelect function to populate another Mobiscroll

I have two Mobiscroll instances one for start time one for end time. When someone chooses a start time, I want to update the possible end times based on that start time. I have an ajax call which will give me the correct values for the wheel, but…
1
vote
0 answers

Mobiscroll sluggish solution?

I´m testing out Mobiscroll on my phone with JQuery/PhoneGap and it is really sluggish to respond to my interactions. Have anyone else experienced this? Is there a way to solve it? Versions: Phone: Xperia X10 (Android 2.3) Mobiscroll: 2.0.3 JQuery…
Juw
  • 2,059
  • 4
  • 18
  • 23
1
vote
1 answer

Mobiscroll formatting date and time to Dayday:hour:minute

I'm trying to find a way to combine the day/date/month into one string on the first wheel into: 1st 2nd 3rd +------------+----+----+ | thu 27 sep | 17 | 00 | | fri 28 sep | 18 | 00 | +------------+----+----+ Where first wheel is:…
droidballoon
  • 720
  • 10
  • 17
1
vote
4 answers

Add time to the date value

I am using a jQuery plugin named mobiscroll to select a date, but the problem is that I also need to add to the result plus 15 minutes. I have a function p(j), which returns 08/28/2012 12:15 - 12:15 (or only 08/28/2012 12:15 - as convenient), but…
NoNameZ
  • 785
  • 4
  • 14
  • 22
1
vote
1 answer

onSelect callback on Mobiscroll Datepicker

In one of my projects i am using Jquery mobile and Mobiscroll 2.0 (as datetime picker) I use a generic callback on all Scrollers to get a call when a value is set. $('.input-datetime').scroller({preset: 'datetime', mode: 'scroller', …
sam360
  • 1,121
  • 3
  • 18
  • 37
1
vote
1 answer

How do I catch the MobiScroll onClose Event

I am using the Mobiscroll jquery plugin and i can't seem to catch their onClose event. Can someone give me a code sample of how to catch this event. There is no documentation for it. THanks
Rico
  • 1,258
  • 4
  • 17
  • 35
1
vote
1 answer

jquery mobiscroll and jquery validate won't play nice together

i'm working on a jquery mobile web site. and am trying to use the mobiscroll plugin for the date picker. I'm using jquery validate plugin for my validation. I've used this all over other projects with no problems at all. The issue is, the…
Patricia
  • 7,752
  • 4
  • 37
  • 70
0
votes
1 answer

Mobiscroll on normal web page - example - usability?

http://demo.mobiscroll.com/ Mobiscroll is a new date and time picker which dramatically increases usability on touch devices. My intention is to create a web app which will have responsive UI ( aka works on Tablets,Touch Phones and Normal Desktops…
Rakesh Waghela
  • 2,227
  • 2
  • 26
  • 46
0
votes
1 answer

Mobiscroll date picker inside ChocolatechipUI popover?

I'm trying to get the Mobiscroll date picker inside a chocolatechipUI popover. For the moment I have tried putting the input text field inside the popover to see if the positioning of the datepicker was relative to the parent element. The date…
pgpb.padilla
  • 2,318
  • 2
  • 20
  • 44
0
votes
1 answer

How to hide Popup fields or display them as read only in MobiScroll using React

I trying to find out how we can conditionally hide fields, or set them to be read-only, in Mobiscoll using React. If anyone could share an example of how to do this I would be most grateful. In the following code that is returned in an index.tsx…
0
votes
0 answers

Is Mobiscroll compatible with React Native?

Because mobiscroll is a non-free product, before using it I need to know if it is compatible with react native. The official website says that it is compatible with react but no mention of react native. Any information would be appreciated :) I…
JB Lecoin
  • 21
  • 3
0
votes
1 answer

Mobiscroll is saving one date behind in the redux toolkit

I am using Mobiscroll Datepicker for my react application. I have to select multiple dates for scheduling classes. Everything is working fine except that the dates that are being dispatched to redux is one less than the date being selected. Here is…