Mobi Scroll
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
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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
Hi Ishani,
I suppose you can use it for free. This is just a style.
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.
ok thanks