I have a itemlist in my mobile application with search field and date field.
But i’m not possible to trigger my function when i change the date with HTML5’s native datepicker on iOS.
I have tried jq change() function and on.(‘input’) but its not seems to work.
Problem solved
onBlur gets trigged on iOS (Safari, iCab)
Test 1
Test 2