Android : OnChange event not firing on some android devices (Note4)

on Thursday, April 2, 2015


OnChange event working on most android devices but not working on some (namely note4). I've tried adding the onChange attribute to the select tag with the same result. Any idea why this isn't working on a few devices?



<select id="example" class="form-control">
<option value="foo">bar</option>
</select>

$('#example').on('change', function()
{

});

0 comments:

Post a Comment