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 ...
1
vote
0answers
10 views
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 ...
0
votes
0answers
11 views
Mobiscroll Date & Time pickers - Getting Output
Ok, I am having issues with getting the chosen date or time from a Mobiscroll date picker and time picker...
jq("#stime").bind('tap',function(e){
e.preventDefault();
...
1
vote
1answer
28 views
mobiScroll - Reset value of wheels when clicking extra button
I'm trying to add a thrid functionality to the mobiscroll scroller. First of all some explanations: I have 4 custom created wheels from "0" to "9". The user can insert a 4-digit number here.
...
1
vote
1answer
22 views
Mobiscroll datetime, remove all validation
I'm prototyping this date picker with a client. They are finding it very confusing that you need to pick year first before other months and days become available for selection (which is fair enough).
...
0
votes
0answers
13 views
MobiScroll Width & height
The documentation says that the width parameter controls the "minimum" width. How do I control the MAXIMUM width of the mobiscroll?
Also, How can I set the mobiscroll to a fixed height? Like, I would ...
1
vote
1answer
74 views
input type date validation on Android
I'm using jQuery Mobile 1.3.1 and want to have a form with a date picker. I looked into the docs and came up with this:
<input type="date" name="Anreise" id="Anreise" data-mini="true" />
This ...
0
votes
1answer
54 views
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.
1
vote
1answer
49 views
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.
...
0
votes
1answer
102 views
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 ...
0
votes
0answers
21 views
Mobiscroll two wheels ungrouped
Is it possible with Mobilscroll to have two wheels ungrouped :
Like :
<h1>Select someone between two size</h1>
<select name="minSize" id="minSize">
<option ...
0
votes
0answers
36 views
Trying to make mobiscroll wheels in 2 rows
I am trying to create an golfscore mobile site and are using mobiscroll to do so, but... I can't figure out how to create 2 rows of wheels?
Here is what I got:
<!doctype html>
<html>
...
0
votes
1answer
61 views
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 ...
1
vote
1answer
222 views
jquery validate with jquery mobile datebox (mobiscroll)
I'm having problems with jQuery validate when using a jQuery mobile datebox.
I have my validation set to:
onkeyup: false
Which I believe triggers the validation on the focus/blur (tab) event ...
1
vote
1answer
128 views
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({
...
1
vote
1answer
165 views
Mobiscroll plugin in jquery mobile dialog
Is it possible to use Date & Time Scroller plugin with jQuery Mobile Dialog widget? The problem is that dialog widget parses data from other page in <div data-role="page" id="page"> and js ...
0
votes
2answers
101 views
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 = ...
0
votes
0answers
126 views
using mobiscroll datepicker in require js
I have a backbone jquery mobile app in which i want to use mobiscroll date picker.
I tried include it in the head tag.
TypeError: Cannot read property 'widget' of undefined
But i am getting this ...
0
votes
0answers
318 views
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 ...
0
votes
1answer
91 views
mobiscroll instance $('#scroller').mobiscroll('getInst'); returns undefined
I have this function to update the time:
updateTimerView: function(hours, minutes, seconds){
var inst = $('#scroller').mobiscroll('getInst');
inst.temp = [hours, minutes, seconds];
}
...
0
votes
1answer
39 views
Rails 3 Mobiscroll Gem
I am running a Rails application on Heroku and tried to import the mobiscroll-rails gem. The gem works fine on heroku, however, whenever I try to run any rails/rake command on my local machine, I get ...
0
votes
0answers
38 views
Wheel numbers in FF18
Re: wheel #s outside wheel (@dioslaska)
That issue is fixed, but now numbers make funny shadow inside wheel (also in demo page)...
or is there another animation parameter to disable this?
0
votes
0answers
112 views
How to set Mobiscroll treelist's default value correctly?
I'm using the Mobiscroll's treelist, its content is a <ul>.
The list has three level: Region/Country/City and looked like this:
<ul>
<li>America
<ul>
...
1
vote
0answers
51 views
mobiscroll image list with .click() handler
When I bind a
$(document).on("click", '.dw-sel', function(e) { opens modal box });
on click, it fires each time, even when there is a drag. I want to get the click function called, only when there ...
0
votes
0answers
84 views
Mobiscroll with dynamic content
I was wondering if some experienced Mobiscroll user can help me out on this one. I need a treelist where the children come from a service, after the parent has changed. The change event handling etc. ...
1
vote
1answer
70 views
Wheel numbers visible outside wheel
With v:2.4, FF18, using datetime demo, if I click-drag the number wheel up/down, the numbers go momentarily outside the wheel area, then disappear and then wheel is actually scrolled. This did not ...
0
votes
0answers
45 views
MobiScroll: How to put array in “invalid” parameter
I`m trying to use MobiScroll in my project and I have faced with one problem - I cannot set array of specific holidays in "invalid:" parameter. As I see there is possible to set manually days which ...
0
votes
0answers
31 views
mobiscroll image scroller with infinite scroller
I wonder if it is possible to build an infinite scroller wheel from the image scroller: http://demo.mobiscroll.com/imageandtext/image#.
So list entry 1 will be reapeated after the last entry of the ...
0
votes
0answers
73 views
Mobiscroll: how to add array of dates to “invalid” section
I have faced with one problem using mobiscroll - how to add array of dates "invalid" section of date setting. In the documentation is wroten that "invalid" property can take object and that this ...
0
votes
1answer
710 views
jQuery Mobile: Cannot get Mobiscroll demo to work
I'm using code from the Mobiscroll Select Scroller Demo, but the result in Safari, Firefox, and Chrome browsers is a dropdown list, not a wheel picker. I've checked out the existing questions/answers ...
0
votes
0answers
109 views
Mobiscroll wheel content not shown before touch
I am working on an app for Android, using phonegap and jquery mobile 1.2. My test phone has Android version 4.0.3.
I use two instances of Mobiscroll. The first one uses the list-preset and works ...
0
votes
1answer
57 views
Mobiscroll custom wheel leading 0 required for single digit numbers
I am using mobiscroll 2.0 and making 2 custom wheels one having numbers 0 to 23 and other having numbers 0 to 99 i want that the single digit numbers that is form 0 to 9 should have a leading 0 in ...
0
votes
1answer
69 views
Changewheel functionality How it works?
First of all I want share my appreciation for the amazing work done with this snippet (it's really really a cool tool).
I am trying to use mobiscroll in an app that I am currently developing. I love ...
1
vote
1answer
495 views
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 ...
2
votes
1answer
116 views
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({
...
0
votes
1answer
604 views
Mobiscroll onBeforeShow, set Value
How do I call the onBeforeShow event with mobiscroll?
$('#starttime').mobiscroll('setValue', value).time({
theme: 'jqm',
display: 'modal',
mode: 'clickpick',
...
0
votes
0answers
122 views
Rails 3 + Mobiscroll Group Select: prompt/blank
Has anyone managed to get Mobiscroll's Group Select to allow a prompt or blank value without messing up the optgroup select? Using code like the following doesn't work as expected/hoped:
<%= ...
0
votes
2answers
156 views
jQuery removeData behavior
Here is the context - I am attempting to create an adaptive design where select boxes appear as jQuery Mobile selects on large screens and as MobiScroll selects on small screens. The original select ...
0
votes
1answer
82 views
Mobiscroll fails in Chrome, works fine in FF & IE
I call Mobiscroll as follows:
$(joInputField).scroller({
width: 60,
wheels: wheels, // wheels variable has been defined above
headerText: false, // false for ...
0
votes
1answer
193 views
mobiscroll - selecting option on click
I'm in the process of deciding how to implement "selects" on a site, and am strongly considering mobiscroll, there's just one little thing that's annoying me, and that's the "extra click" (compared to ...
0
votes
1answer
127 views
Localstorage and saving session state
I am making a webapp, that uses mobiscroll as a number counter. The numbers are saved via a submit button below it. The problem I have is whenever the user presses the home button, when the webapp is ...
1
vote
1answer
402 views
Problems with Mobiscroll - orientationchange and access address bar crashes some mobile browsers
Original Title but too long for post:
"ASP.NET MVC 4, Razor, JQuery, JQueryMobile, Problems with Mobiscroll - orientationchange and access address bar crashes some mobile browsers. Changing scroller ...
0
votes
1answer
204 views
mobiscroll timepicker function
Hello I am new to mobiscroll Demos, and I am trying to figure out how they work. For practice I was just trying to get one of their timepicker to work, but I am having some issues. I would appreciate ...
0
votes
0answers
95 views
mobiscroll ignoring width and height values on old android
Using Phonegap, jquery, mobiscroll.
item renderer:
<div class='avatar-item'><div class='img-cont'><img width='"+calcWidth+"px' height='"+calcHeight+"px' src='img/thumbs/thumb" + ...
0
votes
1answer
217 views
Mobiscroll with JQuery Mobile: Year part not being recognized
I am having problems getting Mobiscroll to recognize the year part of a date. See image below:
JS
$('.datepicker').scroller({
preset: 'date',
theme: 'jqm',
...
1
vote
0answers
104 views
On android browser, the layout of the mobiscroll control is not correct if text size is set to large, particularly in clickpick
To reproduce: on an android device, go to mobiscroll demo (in the default browser), set text size to larger or large and refresh the screen.
Does anyone know if this can be fixed via a setting or ...
1
vote
0answers
157 views
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 ...
0
votes
2answers
256 views
Calculating problems with mobiscroll and jquery mobile
I try to count the nights between departure and arrivaldate,
and if the departuredate is set the arrivalate should change automatically to a day after the given departuredate.
thats my ...
1
vote
1answer
1k views
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 ...
2
votes
1answer
105 views
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? ...
0
votes
1answer
187 views
Auto-Increment Wheels in MobiScroll
I am using mobiscroll on a website as a method for date input. The scroller is initiated like this:
$(function(){
var curr = new Date().getFullYear();
$('#date').scroller({
preset: 'date',
...
