Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
3.5.0
-
I have an issue with angularJs + Cordova 3.5.1 hybrid webapp
Description
External links that I have in my angularJs + cordova3.5.0 app with inappbrowser plugin works fine. My app crashed after cordova is upgraded to the 3.5.1 release, and then inappbrowser doesnt work.
I call external links in appcontroller.js as well:
$scope.kanpoLink = function(link){
window.open(link, '_system', 'location=yes');
}
Sorry for my English.