Range for adjust text size

Hi!
I’ve a question for you :slight_smile:
It’s possible to use the ionic range for adjust the font-size of a section?

yes, it is possible
see


Just put callback to change font-size in ionChange property

thanks bobrov1989!
This will work also with V1?

For v1 they have only

So it is simple input type range with some fancy styling, your should add ng-change directive on this input with your callback

Ok, thanks so much for your advice.
I’m using this range to save a value in $localStorage and then put this in the ng-change directive in a

.
This will work… I hope :smile:

if something will not work, you can share this piece of code here for help :slight_smile: