I'm done extensive search online and followed tutorials but I still got Cannot read property 'childBrowser' of undefined.
Here are my steps:
modify the config.xml file by adding the following line (previous examples said plugins.xml which I assume is the old version of config.xml
plugin name="ChildBrowser" value="com.phonegap.plugins.childBrowser.ChildBrowser"/>
add the following into androidmanifest.xml:
activity android:name="com.phonegap.DroidGap" android:label="@string/app_name"> intent-filter> /intent-filter> /activity>
I've run out of ideas why this is happening to me...
Problem solved. My childbrowser.js was partially downloaded which causes this error