Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r3wt/iphonepicker
jQuery iPhonePicker
https://github.com/r3wt/iphonepicker
Last synced: about 2 months ago
JSON representation
jQuery iPhonePicker
- Host: GitHub
- URL: https://github.com/r3wt/iphonepicker
- Owner: r3wt
- License: other
- Created: 2016-01-01T09:48:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T09:19:36.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T01:12:44.901Z (8 months ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 6
- Watchers: 8
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Original Author
A special thanks to the original author, **Marino van der Heijden**Read about how he developed the plugin here: https://marinovdh.wordpress.com/2011/09/14/use-the-iphone-uipickerview-control-as-a-selectbox-on-your-website-with-jquery/
---### Building
1. install gulp to project directory `npm install --save-dev gulp`
2. install uglify 1x `npm install uglify-js@1`
3. run gulp `gulp`. builds in `build` directory:
- iphonepicker-x.x.x.js
- iphonepicker-x.x.x.min.js
---PR's welcomed
### Roadmap
1. Make responsive
2. Remove dependency of images, and style after a modern iphone "Air" look and feel.
3. refactor code. performance is terrible.---