简体   繁体   中英

Using Blackberry webworks API within a Cordova application

I'm building an app for Blackberry 10 using Cordova 2.8.0. I'm able to use cordova API, but I want to use some methods of the Webworks API, but although I add the webworks.js file in my html, the 'blackberry' object is not defined in my application. ¿How can I use it?

All of the old WebWorks APIs have been ported to Cordova plugins here

What you need to do is not use the webworks.js file, but from within your project, run cordova/plugin add and the plugins you want to use.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM