I am fairly new to iphone development and I’ve been trying to create a “wrapper” app that points to a ASPX webpage. The webpage loads without any issues in my UIWebview and the user can select items from two dropdown boxes.
The issue here is that once the user selects an item from the dropdown menu, the page should refresh to reflect the selected value. This does not happen in my webview but works correctly in Safari on my iphone.
Here’s the link to the webpage so you can see what I’m talking about: here
My question is.. what are the differences between a uiwebview and the native browser which affect running JS or ASPX or other webpage contents AND how do I fix this issue?
Thanks for any help!
The user agents sent by Safari and UIWebView are different, so your problem might be related to this: UIWebview and IPhone content does not postback (ASP.NET Browser Capability issues)