Having exactly the same issue here. Did you have any luck solving this?
Am Mittwoch, 17. April 2013 07:43:51 UTC+2 schrieb dongre tejas:
Hi ,
I've created a class inheriting from "CDVViewController" so that i can add a subview to the existing webview. Once a html file in the newly created view is loaded , "cordova.exec()" which i use to call a native custom plugin stops working.
The plug in could be called from the main webview but not from the newly created view which is added to the main webview. The strange part is the core plugins provided by Phonegap (read, the ones that can be called by navigator object ) can be called by the newly added view. I want to call the custom plug in from the newly created webview. Please help!
thanks in advance
Tejas