I'm developing an iPad app to load a web page (an ERP) and work with it. The problem here is that I can't modify the web page code (big site... 1000 pages or more) but we use all over the site search components that opens new windows where you select a value and it is returned to the opener window.
Opening a new uiwebview is not the issue here, the problem is that the webview delegate is not even called when the user selects a value so i can't figure out a way to retrieve it.
I already tried several ways... I tried to overwrite the javascript window.open to load the new page in a frame but i couldn't make it work either.
Somebody have any idea?