[TIMOB-14169] BlackBerry : The html5 application from the templates in studio crashes on launch
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Hold |
Resolution Date | 2015-04-14T17:12:25.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | BlackBerry |
Labels | qe-3.1.1, qe-nfc, sdk-bb |
Reporter | Lokesh Choudhary |
Assignee | Pedro Enrique |
Created | 2013-06-10T22:27:03.000+0000 |
Updated | 2017-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
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.
Placing these items on hold for the moment based on community interest.
Closing ticket as BlackBerry is no longer supported by us.