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
  • 2,077
  • 4
  • 34
  • 51

0 Answers0