0

I have this jquery function that works fine on a desktop pc, but when running on a mobile device like iPhone this event is not triggered at all. Is there a workaround for that?

$('#myinputname').on('keyup change', function(c) {
  alert('test');
}
MTplus
  • 1,377
  • 3
  • 21
  • 43

0 Answers0