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

Show Mobiscroll popup on mobile device across entire viewport on non-mobile optimized site?

This may be a dumb question as I am currently learning about making sites mobile friendly. I am currently working with an mvc 4 website/webapp that is not optimized for mobile. It uses an image background that defines the "workspace" of the web…
Joseph Poff
  • 106
  • 6
0
votes
1 answer

Dynamically added/created Mobiscroller not functioning

Backstory: In this project I am doing I have a block of code(a few form lines) that is duplicated when a user clicks the "+ add destination" button. The scroller for picking a time is included in the block of code but since the new content(more…
user1888470
0
votes
1 answer

Form losing value after mobiscroll selection

I have a form with two instances of mobiscroll one of which pops depending on the button clicked. $(function(){ $('#clocklater').mobiscroll().time({ theme: 'default', display: 'modal', mode: 'scroller', setText:…
Steve
  • 1,371
  • 1
  • 16
  • 38
0
votes
1 answer

Does the mobiscroll time preset support invalid values?

In the date preset, it is possible to make invalid (not selectable) certain days of the week, days of the month, etc., as shown in this example: http://demo.mobiscroll.com/datetime/date# Is it possible to do this with the time preset? Ideally, I'd…
Brian Colavito
  • 881
  • 2
  • 9
  • 19
0
votes
1 answer

Adding 2 separate scrollers in mobiscroll

I'm trying to add separate scrollers for date and time pickers with mobiscroll but for some reason i can only get the first scroller to work. HTML:
0
votes
1 answer

How to disable custom hours in mobiscroll?

Currently i am working on a jqm 1.3.1 plus mobiscroll project where the user can make a reservation and pick a date and time via mobiscroll. I figured out how to disable specific days on the shown wheel: invalid: { daysOfWeek: [0, 6],…
0
votes
1 answer

Mobiscroll Default Date Value on Safari

I'm using mobiscroll date scroller in an app. I have it set up to initialize to a date I get from the database and set as the value of my input field. Here is my code: $(function(){ $("#requestDate").scroller({ …
bl8rchk
  • 133
  • 1
  • 6
0
votes
1 answer

Different sizes on wheels in mobiscroll

I have made an custom wheel script in which I have 2 rows of wheels... In the first row I have 3 wheels and in the second I have 5 wheels. I define the wheel size in my script but it is for all the wheels... Can I difference this some how so the 3…
Mansa
  • 2,277
  • 10
  • 37
  • 67
0
votes
1 answer

Weird button appearing when using mobiscroll multi select with a text field

I have had a slight problem with multi-select. I made a multi-select of days of the week: from Sunday to Saturday. What I receive (I don't know if it's because of Mobiscroll or jQuery-Mobile) is a field, exactly how I wanted it, and an unwanted…
byteSlayer
  • 1,806
  • 5
  • 18
  • 36
0
votes
1 answer

How to get the value of scroller item on Mobiscroll tap event

Jumping thru hoops to get the selected item in a tap event. Here is what i did to get the value of the selected item in scroller. $('#questions').mobiscroll().select({ theme: 'wp', accent: 'none', display: 'modal', tap : true, …
0
votes
1 answer

Mobiscroll disables all input boxes on refresh

I am using mobiscroll 2.1 on my web page. The problem that i am facing is that when i click on input button to see Mobiscroll and Mobiscroll widget pops up, now if i press F5 or refresh the page, instead of clicking Set or Cancel button, all the…
mechanicals
  • 685
  • 3
  • 14
0
votes
1 answer

MobiScroll & jqMobi & jqUI

Has anyone gotten the Mobiscroll plugins to work on a App created with jqMobi & jqUI? I am have difficulty getting the scrollers to show up.
Sam Grant
  • 432
  • 2
  • 7
  • 19
0
votes
1 answer

Mobiscroll, I can't get a basic scroller to show up

I'm trying to get a mobiscroll scroller in my web app. I tried following their most basic tutorial found here: http://docs.mobiscroll.com/25 and I don't get anything to show up. I'm a super huge noob when it comes to javascript and feel dumb that I…
Chase Roberts
  • 9,082
  • 13
  • 73
  • 131
0
votes
1 answer

mobiscroll date picker show 29 days in march 2013.

I used mobiscroll date picker in my view.It works fine but when i select 30th march 2013 it shows only 29 days selectable.i don't get it, is there any setting for that.Please help me. Thanks in advance...
Vishnu
  • 249
  • 1
  • 2
  • 5
0
votes
2 answers

mobiscroll for jquery: how to use language module

How do I use the language module for mobiscroll? I am missing some "link" between the initialization and the extended language function. (function ($) { $.mobiscroll.i18n.de = $.extend($.mobiscroll.i18n.de, { setText: 'OK', …
user984003
  • 28,050
  • 64
  • 189
  • 285