I am new to iphone development and I tried to create a wrapper application pointing to an aspx web page. The web page loads without any problems in my UIWebview, and the user can select items from two drop-down lists.
The problem is that after the user selects an item from the drop-down menu, the page must refresh to display the selected value. This does not happen in my web review, but it works correctly in Safari on my iphone.
Here's a link to a webpage so you can see what I'm talking about: here
My question is: what are the differences between uiwebview and the native browser that affect the launch of JS or ASPX or other content on a webpage And how can I fix this problem?
Thanks for any help!
source share