Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16784] BlackBerry: Q10 splash screen not supported

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2014-05-20T19:42:27.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsBlackBerry
Labelsblackberry, look1
ReporterHazem Khaled
AssigneePedro Enrique
Created2014-02-13T11:16:32.000+0000
Updated2017-03-14T21:08:39.000+0000

Description

Hello, BlackBerry Z 10 & Z30 splash screens is 728*1280 , Q10 & Q5 is 720*720 http://developer.blackberry.com/devzone/design/bb10/screen_sizes.html All we need to replace splashScreens tag with this one
    <splashScreens>
       <image>assets/splash-768x1280.png</image>
       <image>assets/splash-720x720.png</image>
    </splashScreens>
Also we have to Replace PlayBook images (splash-600x1024.png) with BB10 sizes BB10 app icon 114*114 https://developer.blackberry.com/devzone/design/bb10/application_icons.html Thanks a lot

Comments

  1. Pedro Enrique 2014-05-20

    PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/231
  2. Eric Merriman 2017-03-14

    Closing as resolved.

JSON Source