Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14169] BlackBerry : The html5 application from the templates in studio crashes on launch

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionHold
Resolution Date2015-04-14T17:12:25.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsBlackBerry
Labelsqe-3.1.1, qe-nfc, sdk-bb
ReporterLokesh Choudhary
AssigneePedro Enrique
Created2013-06-10T22:27:03.000+0000
Updated2017-03-16T20:26:10.000+0000

Description

Description: 1. Create a default app from the template 'HTML5 application' in studio 2. Build & run on BB device/Simulator 3. Launch the app Actual Result: 1. The app crashes after the splash screen Expected Result: 1. The app should not crash

Comments

  1. Pedro Enrique 2013-06-11

    The reason it crashes is due to the structure of the app. It is missing a BB example. In ApplicationWindow.js there is a require statement looking for "ui/ApplicationWindowPlatform.js" This file is inside both the iphone and android directory, but it is missing from the blackberry directory. If the framework does not find the required file in the root of the Resources directory it will try to look for it in the platform specific dir. Since it is missing from the blackberry dir, it fails and crashes. This template needs to be updated for blackberry.
  2. Ingo Muschenetz 2015-04-14

    Placing these items on hold for the moment based on community interest.
  3. Lee Morris 2017-03-16

    Closing ticket as BlackBerry is no longer supported by us.

JSON Source