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

Mike Billau commented on CB-5196:
---------------------------------

Hmmm so all of the WebWorks API's were folded into the Blackberry plugins 
listed in the repo above? 

If the WebWorks SDK is not compatible with Cordova 3.X, does that mean the only 
way to access the WebWorks API is to install these plugins?

Is this documented anywhere? I was looking on edge but can't find anything 
talking about installing these new plugins in order to continue to use 
functionality that was "just there" from the WebWorks SDK. I can help with this 
documentation if needed...We could probably create a new guide like  "Using 
WebWorks APIs" (blackberry.invoke) and link to this guide in the Blackberry 
Platform Guide [1] and BB10 Command Line Tools [2]? 

[1]http://cordova.apache.org/docs/en/edge/guide_platforms_blackberry10_index.md.html#BlackBerry%2010%20Platform%20Guide
[2]http://cordova.apache.org/docs/en/edge/guide_platforms_blackberry10_tools.md.html#BlackBerry%2010%20Command-line%20Tools

> BB10 invoke() plugin is shadowded by cordova.js
> -----------------------------------------------
>
>                 Key: CB-5196
>                 URL: https://issues.apache.org/jira/browse/CB-5196
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: BlackBerry
>    Affects Versions: 3.1.0
>         Environment: Blackberry 10
>            Reporter: Mike Billau
>         Attachments: bbInvoke.html
>
>
> Our users need to invoke blackberry.invoke.invoke().  As per WebWorks doc, to 
> call any BB API, webworks.js needs to be included in the html file. 
> The problem is that there does not seem to be a way to call invoke():
> 1. Create a simple BB10 app using the attached HTML file,
> 2. Add feature to the config.xml: <feature id="blackberry.invoke" 
> name="blackberry.invoke" value="blackberry.invoke"/>
> 3. Run the app. Press the button; the browser window doesn't open.
> 4. Edit the HTML file and place the cordova.js script before webworks.js 
> script
> 5. Run the app again, and there is a popup saying: "Error intializing 
> cordova:undefined". After dismissing the alert, you can press the button and 
> the browser opens just fine.
> "Analysis:
> Internally blackberry.invoke.invoke() ('invoke' plugin) calls 
> *window.webworks.event.isOn()* in blackberry.invoke/client.js. This is where 
> the problem is: *window.webworks* is defined in both cordova.js and 
> webworks.js.The one in cordova.js doesn't have 'event' function whereas it is 
> available in window.webworks of webworks.js. Hence when webworks.js is loaded 
> after cordova.js, it works fine and not if it is reversed."
> Even though it works when we put webworks.js first we need to squash the 
> alert() and make sure cordova initializes correctly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to