question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Range Slider onchange event doesn't trigger.

See original GitHub issue

This is a

  • bug

  • Framework7 Version: 1.5

  • Platform and Target: iOS 9.3.5

Range Slider onchange event doesn’t trigger after init a Framework7 app.

<!DOCTYPE html>
<html>
<head></head>
<body>
    <input type="range" onchange="alert('huhu')">
</body>

<script src="lib/framework7.js"></script>
<script>
    var app = new Framework7();
</script>

</html>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ZanderBrowncommented, Nov 9, 2016

Look like there is defiantly an issue here

0reactions
lock[bot]commented, Jun 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

onchange event on input type=range is not triggering in ...
I was having issues with the 'change' event not firing in mobile chrome (v34), but adding 'input' into the equation has fixed it...
Read more >
How to trigger onchange event on input type=range while ...
Onchange : Onchange executes a JavaScript when a user changes the state of a select element. This attribute occurs only when the element ......
Read more >
onChange event doesn't trigger when direclty clicking on the ...
When you directly after the loading choose the maximum value on the input type range, the event isn't fire with an onChange. The...
Read more >
onchange vs. oninput for Range Sliders - Impressive Webs
The change event does not fire immediately, demonstrated by the fact that the value on the page does not change until the slider...
Read more >
Setting a slider's value without triggering the change event
To me this is exactly why we have event and event.originalEvent. The slidechange event should fire anytime the slider value changes (not only...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found