2021-09-29 20:09:02 +08:00
|
|
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/wheel-selector/index.ts#L62">
|
|
|
|
Improve this doc
|
|
|
|
</a>
|
|
|
|
|
|
|
|
# WheelSelector Plugin
|
|
|
|
|
|
|
|
<p style="color:orange">
|
|
|
|
This plugin is still in beta stage and may not work as expected. Please
|
|
|
|
submit any issues to the <a target="_blank"
|
|
|
|
href="/issues">plugin repo</a>.
|
|
|
|
</p>
|
|
|
|
|
2021-09-29 20:38:45 +08:00
|
|
|
|
2021-09-29 20:09:02 +08:00
|
|
|
```
|
|
|
|
$ ionic cordova plugin add cordova-wheel-selector-plugin
|
|
|
|
$ npm install @ionic-native/plugins/wheel-selector
|
|
|
|
```
|
|
|
|
|
|
|
|
## [Usage Documentation](https://ionicframework.com/docs/native/wheel-selector/)
|
|
|
|
|
|
|
|
Plugin Repo: [https://github.com/jasonmamy/cordova-wheel-selector-plugin](https://github.com/jasonmamy/cordova-wheel-selector-plugin)
|
|
|
|
|
|
|
|
Native wheel selector for Cordova (Android/iOS).
|
|
|
|
|
|
|
|
## Supported platforms
|
|
|
|
|
|
|
|
- Android
|
|
|
|
- iOS
|
2021-09-29 20:38:45 +08:00
|
|
|
|
|
|
|
|
|
|
|
|