I have a UIWebView and I'd like to use the internal datepicker on iOS that is used when I have the <input type=date> tag.
I have some UIViews in iOS that I want to modify based on if that input changes.
How do I detect this change? I'm hoping there is a delegate I can use but based on my research, that doesn't seem possible.
If I understand you correctly, you want to catch datepicker value changed event? If it is, you can simply create IBAction method and connect it to datepicker valueChanged event in interface builder.
This may can help you
Invoke native date picker from web-app on iOS/Android
There are some plugins that simulates the uidatepicker style in javascript.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With