Change the language and localization settings here
Measurement - Distance
Change demo
Distance
Javascript Distance scroller demo with support for multiple units (metric, imperial) and built-in conversion engine. Plain JS api for usage everywhere.
Javascript Temperature scroller with metric, imperial unit support and built-in conversion engine. Work with diff units/values. Plain JS api for usage everywhere.
Javascript Force scroller demo with support for multiple units (N, kp, lbf, pdl ...) and built-in conversion engine. Plain JS api for usage everywhere.
Javascript Custom currency scroller with conversion functions for currency exchange. Use it for live value exchange. Plain JS api for usage everywhere.
Javascript Monetary value picker with multiple currencies and conversion turned off. Use it without live conversion. Plain JS api for usage everywhere.
var instance = mobiscroll.measurement('#demo', {
theme: '',
lang: '',
onInit: function (event, inst) {
// Your custom event handler goes here
},
onMarkupReady: function (event, inst) {
// Your custom event handler goes here
},
onBeforeShow: function (event, inst) {
// Your custom event handler goes here
},
onPosition: function (event, inst) {
// Your custom event handler goes here
},
onShow: function (event, inst) {
// Your custom event handler goes here
},
onSet: function (event, inst) {
// Your custom event handler goes here
},
onItemTap: function (event, inst) {
// Your custom event handler goes here
},
onDestroy: function (event, inst) {
// Your custom event handler goes here
},
onClose: function (event, inst) {
// Your custom event handler goes here
},
onChange: function (event, inst) {
// Your custom event handler goes here
},
onCancel: function (event, inst) {
// Your custom event handler goes here
},
onBeforeClose: function (event, inst) {
// Your custom event handler goes here
},
onClear: function (event, inst) {
// Your custom event handler goes here
}
});
Javascript Measurement scroller with top, bottom slide up, popup, center, modal, bubble and inline embeddable display. Plain JS api for usage everywhere.
<div mbsc-form>
<div class="mbsc-form-group">
<div class="mbsc-form-group-title">Try different display modes</div>
<label>
Bottom
<input id="demo" placeholder="Please Select..." />
</label>
<label>
Top
<input id="demo-top" type="text" placeholder="Please Select..." />
</label>
<label>
Center
<input id="demo-center" type="text" placeholder="Please Select..." />
</label>
<label>
Bubble
<input id="demo-bubble" type="text" placeholder="Please Select..." />
</label>
</div>
<div class="mbsc-form-group mbsc-padding">
<p class="mbsc-thin">With inline display you can embed the Measurement component in almost any markup or form.</p>
</div>
<div class="mbsc-form-group">
<div class="mbsc-form-group-title">Embedded measurement scroller</div>
<div id="demo-inline"></div>
</div>
</div>
Show more code
Measurement - Theming capabilities
Change demo
Theming capabilities
Javascript Measurement scrollers with iOS, Material, Windows look & feel. Customize colors and styling with theme builder. Plain JS api for usage everywhere.
Looking for something you didn't see or have a sales question? Ask us about it, we're here to help.
Component license
Purchase component licenses if you are looking for specific funcionality.
Total
All features will be included with the license.
Buy component license
Framework license
Get all 36 components, including with the Framework license.
Mobiscroll for
Javascript
$595
Use Javascript when building with plain and simple JS.Use jQuery when you have jQuery already included or if you are building with jQuery Mobile.Use AngularJS when building with Angular 1.x or Ionic 1.Use Angular when building with Angular 2/4/5/6/7 or Ionic 2/3/4.Use it when you are building your app or website with React.
Using a different framework? Pick the appropriate version
Extract the zip file and run the project like any Ionic app. Make sure to have Ionic CLI installed and open the terminal in the app root folder.
Step 1. Run in root folder
$ npm install
Step 2. Start the app
$ ionic serve
Let us know if we can help and enjoy!
Change your password
Need to update your password? Enter and hit the button below
Change your password
Need to update your password? Enter and hit the button below
Your password has been changed!
Thanks for downloading
Customize demos locally
Everything is set up so that you can dig in right away and start exploring.
We have set up a trial so that you can try the demos locally.
Extract the zip file and open the demo in your favorite browser.
To install Mobiscroll in your project
follow instructions from this page.
Let us know if we can help and enjoy! 👍
Thanks for downloading
Customize demos locally
Please extract the zip file and run the project like any Angular CLI app.
Make sure to have the Angular CLI installed.
For installation and usage, extract the zip file and open a terminal window and follow these steps.
Step 1. Run in root folder
$ npm install
Step 2. Start the app
$ ng serve --open
Let us know if we can help and enjoy! 👍
Thanks for downloading
Customize demos locally
Everything is set up so that you can dig in right away and start exploring.
We have set up a trial so that you can try the demos locally.
The easiest way to get started is to follow the installation steps and by
grabbing the code directly from the demo page. Let us know if we can help and enjoy!
You'll find a fully functional Kitchen-sink Ionic app in the zip file.
Thanks for downloading
Customize demos locally
Everything is set up so that you can dig in right away and start exploring.
We have set up a trial so that you can try the demos locally.
The demos are using Babel's in-browser ES6 and JSX transformer.
Extract the zip file and open the demo in your browser. To install Mobiscroll in your project
follow instructions from this page.