ChildBrowser
ChildBrowser copied to clipboard
TypeError: gap is undefined
Not sure if this is an issue but on cordova 2.0 when listing in head section
both window.Cordova and window.PhoneGap seem to be empty objs
Was there a resolution?
I guess that the following definition solved the issue:
var ChildBrowser = (function (gap) { .... })(window.cordova || window.Cordova || window.PhoneGap)