How to call a url in through a cordova InAppBrowser from a JavascriptSnippet ?

0
I am building a hybrid app through phonegap build and I am trying to call a url in through a cordova InAppBrowser from a JavascriptSnippet widget. ie cordova.InAppBrowser.open("{myUrl}", "_blank", "location=no,toolbar=no"); but keep getting cordova is undefined error in the Android app apk? - @Schalk
asked
1 answers
0

You can do that already inside an InAppBrowser window. - @Tim

answered