Code Foundation
AnyPicker is built using HTML, CSS & jQuery. Library source code is well structured & has elaborate naming conventions reducing learning curve to use AnyPicker.
AnyPicker is built using HTML, CSS & jQuery. Library source code is well structured & has elaborate naming conventions reducing learning curve to use AnyPicker.
A truly native UI experience. Pixel perfect design, handcrafted for iOS & Android. Also included a clean default theme for custom design. Well suited for all mobile device orientations with smooth performance & touch gesture interactions.
Seamless automatic view conversion for iOS devices. View picker as a dialog box on iPhone & as a popover on iPad without writing a single line of extra code.
Built with special attention to high resolution devices like Kindle HDX & Galaxy S4. AnyPicker renders correctly on such devices for both type of orientations, giving a perfect native feel for your app or mobile website. Another android specialty included is up & down spinner buttons for tap navigation.
Precise gesture calibrations using Microsoft prescribed pointer-based events. Appreciate perfectly designed full-screen Windows Phone styled picker layout.
Configure picker title to display different types of label value. Fixed label, change label as per scrolling picker value or write your own function for title label using any picker value.
Embed pre-built pickers in your application for quick turnaround. Date Picker, Time Picker, Date Time Picker, Month-Year Picker, Star Rating Picker, Currency Picker & Country Picker.
AnyPicker includes basic features like RTL support, Localization support enabled, common layouts (Dialog box, Relative, Inline, Popover, Fixed-Top & Fixed-Bottom), change input value on scroll, default set of buttons (Done/Set, Cancel, Clear, Now), etc.
Works smoothly on iOS 7+, Android 4+ & Windows Phone 8+ webview. Need a mobile site with native pickers? No worries, AnyPicker supports Chrome, Firefox, Opera & IE11+ browsers on both desktop & mobile.
npm -
npm install anypicker
bower -
bower install anypicker
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/anypicker@latest/dist/anypicker-all.min.css" /> <script type="text/javascript" src="//cdn.jsdelivr.net/npm/anypicker@latest/dist/anypicker.min.js"></script> <script type="text/javascript" src="//cdn.jsdelivr.net/npm/anypicker@latest/dist/i18n/anypicker-i18n.js"></script>