• Jobs
  • About Us
  • professionals
    • Home
    • Jobs
    • Courses and challenges
  • business
    • Home
    • Post vacancy
    • Our process
    • Pricing
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Salary Calculator

0

188
Views
How to make sure that ng-blur also works on mobile?

I have a HTML range slider (input range), where I want to perform a function.

However, I see that the ng-blur does not work on mobile. It work only on desktop.

HTML:

<input type="range" 
                ng-model="$ctrl.rangeValue" 
                min="{{$ctrl.sliderMinValue}}" max="{{$ctrl.sliderMaxValue}}" 
                step="{{$ctrl.sliderStepIncrement}}" 
                ng-blur="$ctrl.refreshRangeSlider();"
                ng-change="$ctrl.updateInputValue()" 
                class="slider" />

JS:

refreshRangeSlider() {
    console.log('blur');
}

I have created a stackblitz https://stackblitz.com/edit/angularjs-xtsqxu?file=home%2Fhome.controller.js

How can I make sure that the blur also works on mobile?

about 3 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Our process Sales
Legal
Terms and conditions Privacy policy
© 2025 PeakU Inc. All Rights Reserved.

Andres GPT

Recommend me some offers
I have an error