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.
新しい uiwebview を開くことはここでは問題ではありません。問題は、ユーザーが値を選択したときに webview デリゲートが呼び出されないため、値を取得する方法がわかりません。
私はすでにいくつかの方法を試しました... javascript window.open を上書きして新しいページをフレームにロードしようとしましたが、どちらも機能しませんでした。
誰かが何か考えがありますか?