Page 1 of 1

Mobi Scroll

Posted: Mon Jan 06, 2014 1:37 pm
by ishani modi

Hi,
If i use mobi scroll for date and time picker will i have to pay anything for it ?
It is showing me in catalogue appery.io plugins.

Thanks,
Ishani


Mobi Scroll

Posted: Mon Jan 06, 2014 2:19 pm
by Kateryna Grynko

Hi Ishani,

I suppose you can use it for free. This is just a style.


Mobi Scroll

Posted: Mon Jan 06, 2014 2:20 pm
by Jason Baird

I think that one is free since it's available on github, but any other picker then a date picker you have to pay them (a lot). I have successfully implemented SpinningWheel-Wrapper and modified it to do everything that I need. I hope this helps. https://github.com/praneetloke/Spinni.... It's super cool and should be a plugin here too.

It has a date picker by default and if you want to make a custom wheel for getting input it's as easy as calling a function and doing:

SpinningWheel.addSlot({
0: '0',
1: '1',
2: '2',
3: '3',
4: '4',
5: '5',
6: '6',
7: '7',
8: '8',
9: '9'
});

It's pretty sweet.


Mobi Scroll

Posted: Mon Jan 06, 2014 2:33 pm
by ishani modi

ok thanks