You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Bryan Higgins (JIRA)" <ji...@apache.org> on 2014/02/06 03:32:10 UTC

[jira] [Closed] (CB-5973) No BlackBerry plugins work on cordova 3.4

     [ https://issues.apache.org/jira/browse/CB-5973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Higgins closed CB-5973.
-----------------------------

    Resolution: Fixed

Added sync XHR back as an option to exec to support legacy plugins which rely on this behaviour.

We found that sync XHR blocks execution on the content web view, which was causing issues for applications which were making heavy use of the exec bridge.

Async is now the default, but sync can be used by passing in 'false' as a 6th param.

> No BlackBerry plugins work on cordova 3.4 
> ------------------------------------------
>
>                 Key: CB-5973
>                 URL: https://issues.apache.org/jira/browse/CB-5973
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: BlackBerry
>    Affects Versions: 3.4.0
>            Reporter: JennyGee
>
> Create a project with cordova
> Add blackberry10 platform and add plugin com.blackberry.system
> Build and try using blackberry.system.softwareVersion in your app
> The command returns NULL
> As it stands right now, none of the APIs work for any of the BlackBerry plugins in cordova 3.4 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)