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

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

    [ https://issues.apache.org/jira/browse/CB-7533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14134154#comment-14134154 ] 

Joe Bowser edited comment on CB-7533 at 9/15/14 5:25 PM:
---------------------------------------------------------

Can you provide a stack trace from logcat? You can do this by running adb logcat and copy/pasting the results here.  Also, please provide info on which device and which version of Android you're currently running.


was (Author: bowserj):
Can you provide a stack trace from logcat? You can do this by running adb logcat and copy/pasting the results here.

> 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, Plugin InAppBrowser
>    Affects Versions: 3.5.0
>         Environment: I have an issue with angularJs + Cordova 3.5.1 hybrid webapp
>            Reporter: aitzol berasategi
>              Labels: inappbrowser, javascript, newbie
>             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)