You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "aitzol berasategi (JIRA)" <ji...@apache.org> on 2014/09/12 16:34:33 UTC

[jira] [Created] (CB-7533) inappbrowser plugin not working with angularJs + cordova 3.5.1 release

aitzol berasategi created CB-7533:
-------------------------------------

             Summary: inappbrowser plugin not working with angularJs + cordova 3.5.1 release 
                 Key: CB-7533
                 URL: https://issues.apache.org/jira/browse/CB-7533
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 3.5.0
         Environment: I have an issue with angularJs + Cordova 3.5.1 hybrid webapp
            Reporter: aitzol berasategi
             Fix For: 3.5.0


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)