Hi there,
Is it and if so, how is it possible to create a native wheel picker for a dropdown list in a mobile application? See the attached screenshot as an example. In our case, we have a single list of values.
Already tried the default OutSystems Dropdown widget, Native Select and Wheel Picker from the Forge. Unfortunately without success :(
I hope someone has the answer :fingerscrossed: Thank you in advance!
Regards,Richard
Hi Richard van Osnabrugge,
Do you want to implement a Wheel time picker or a simple wheel data picker?
You can achieve this my using a cordova plugin,
For data pickerhttps://github.com/jasonmamy/cordova-wheel-selector-plugin
For Date Time pickerhttps://github.com/VitaliiBlagodir/cordova-plugin-datepickerhttps://github.com/skwasjer/skwas-cordova-plugin-datetimepicker
Last but not least, You can check below link on how to integrate the cordova plugin in OutSystemshttps://success.outsystems.com/Documentation/11/Extensibility_and_Integration/Mobile_Plugins/Using_Cordova_Plugins
ThanksPankaj
Thanks!