hi, ionic devs:
I’m needing a component like a ios UIPickerView.
There has some cordova plugin on github.
but, problem is android, i want to android has same feature for this.
like this github repository of Chinaman, but this is java project
Finally, I using the ion-scroll to create a my custom ionic-picker-view.
It can add any string or number array, then pick it.
But it incomplete, I can’t solve each scroll position.
After picking, the position of each items has difference
How do I accurately calculated for each scroll, each item of scroll spacing?