I'm developing a phonegap/cordova 2.9 iOS App with jQuerymobile which some links need to open a url with InAppBrowser. Also I've integrated Google Admob. Navigation is basic single page template with some different html pages.
When App is loaded, if I don't go to other sections of the app, when press buttons with In-App Browser URLS, In-App Browser opens. But if I go to other sections of the app and go again to index.html, In-App Browser fails and not working.
Different sections of the App are linked with target="_blank". If I link sections without target="_blank", all works correctly, but I need use target="_blank" to go back to index.html and reload XML data.
I'm searching any solution some days ago but I haven't find anything. Only one similar detailed in this post, but without solution: http://iphonedevsdk.com/forum/iphone-sdk-development/115057-inappbrowser-is-not-opening.html
Another thing I've tried is install Childbrowser Plugin from https://build.phonegap.com/plugins/2 and use it instead of In-App Browser, but I can“t make it work.
Can anybody Help me?. Thank you very much.