I am building a iPhone App that uses UNITY3D and phonegap. I have used a basic Unity3D iPhone xcode project, and added some of the native and Java code from Gregg's Native UI to Unity project. I then added the files (class files and www folder, etc.) from phone gap to the project. The current result allows me to move successfully from unity to phonegap.
I now need to move from phonegap back to Unity, which should be relatively easy using childbrowser to move from phonegap back to an XIB, where I could call the Unitymessage
function. My issue is that I cant get childbrowser to work. I have installed it as directed by their site (changed plist keys, put files in plugin folder, added the link to index, etc.), yet there still seems to be no connection between phonegap and childbrowser. I have created a temporary solution by just adding a button on the phonegap webview xib that allows me to return to unity, but this solution is always on the screen while phonegap is running which is not the desired result. Does anyone have suggestions on how to get childbrowser working for this project?