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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com