Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What events are fired from Mobile Safari's date/time-type input fields?

I'm trying to get events from my web page when the user changes the selected date in the new HTML 5 date / time form input fields. As far as I can tell, neither the input nor change events are fired in Mobile Safari. Is there some other event that these controls fire, or are there some other common events that input controls fire that I should be watching for?

like image 892
Greg Avatar asked Nov 28 '25 22:11

Greg


1 Answers

I am using the 'blur' event in jquery. It seems to be the only one that is firing.

like image 57
zzawaideh Avatar answered Dec 01 '25 10:12

zzawaideh



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!