重複の可能性:
blackberry 10 用のアプリケーションを開発し、webworks で本をプレイするには、どの SDK をダウンロードする必要がありますか?
ブラックベリー デバイスとブラックベリー プレイブックの両方で実行できるブラックベリー アプリを作成したいと考えています。Blackberry 10 デバイスと Playbook の両方で動作するユニバーサル Blackberry アプリのコードを 1 つ書くことはできますか?
重複の可能性:
blackberry 10 用のアプリケーションを開発し、webworks で本をプレイするには、どの SDK をダウンロードする必要がありますか?
ブラックベリー デバイスとブラックベリー プレイブックの両方で実行できるブラックベリー アプリを作成したいと考えています。Blackberry 10 デバイスと Playbook の両方で動作するユニバーサル Blackberry アプリのコードを 1 つ書くことはできますか?
If we're talking HTML5 applications...
When you package an HTML5 application with the WebWorks Tablet SDK, it actually converts that application to an AIR application; these will run on both the BlackBerry PlayBook and BlackBerry 10.
When you package an HTML5 application with the BB10 WebWorks SDK, the application remains an HTML5 application. BB10 packaged HTML5 applications will only run on the BB10 platform.
That being said, BlackBerry PlayBooks will be upgradeable to BlackBerry 10 in the future.
EDIT: As noted by others, you must be sure that you are only using APIs that are supported based on the SDK (Tablet or BB10) you are packaging with.