UIWebView not updating picker when picking dynamically populated select items
UIWebView not updating picker when picking dynamically populated select items
- Subject: UIWebView not updating picker when picking dynamically populated select items
- From: Ron Wagner <email@hidden>
- Date: Wed, 05 Oct 2011 15:04:09 -0400
I have an app with a UIWebView. The contents of the UIWebView contains two html <select> items. When the first select item is changed, javascript on that <select> item populates the second <select> time according to the selection of the first <select> item.
The problem I am experiencing is that when tapping on the first <select> item, Safari brings up a Picker for the <select> item, along with a view above the Picker containing Previous and Next buttons. When clicking on the Next button, the Picker stays in place and the second <select> item is focused, but the Picker doesn't update to display the newly updated contents of the second <select> item, which was populated by the first <select> item's onChange javascript.
I am about to file a bug report against WebKit for this, but am looking for a workaround. I realize that this might be more of a Safari list question, but since it is in an app using a UIWebView I'm willing to attack it from either side if anyone has any ideas.
Thanks
Ron Wagner_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden