Thanks Harbs, I'll check that. I still don't dig into this, but maybe the reason to make this with a div and two buttons was to get the events and properties we use to have in Flex.
I'll take a look to the link you posted to know more about it thanks 2018-03-21 23:15 GMT+01:00 Harbs <[email protected]>: > Good luck. > > FWIW, I’m currently using rangeslider.js in my app.[1] > > <input type=“range”/> is probably the way to go if you can get it all to > work. One of the things I’m currently struggling with is making input > ranges work well on tablets. > > [1]http://rangeslider.js.org/ <http://rangeslider.js.org/> > > > On Mar 21, 2018, at 11:26 PM, Carlos Rovira <[email protected]> > wrote: > > > > Hi, > > > > In the following link [1], the recommended and more easy way to declare a > > slider is with a range > > > > I think at least for Basic the HTML implementation should be > > > > <input type="range" min="1" max="100" value="50"> > > > > instead the current (a div with two inner buttons) > > > > In Jewel, I'm going to experiment with input range to see if is better or > > not... > > > > Thanks > > > > [1] https://www.w3schools.com/howto/howto_js_rangeslider.asp > > > > -- > > Carlos Rovira > > http://about.me/carlosrovira > > -- Carlos Rovira http://about.me/carlosrovira
