Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Developer
smartek
Posts: 274
Registered: ‎05-31-2012
My Carrier: o2
Accepted Solution

BB10 Icon size for WebWorks app

What is the default Icon size which I should use in my WebWorks apps?

150 x 150?

Plase "+Like" my post if it was helpful.
Please use plain text.
Trusted Contributor
usr501
Posts: 189
Registered: ‎03-03-2012
My Carrier: rogers

Re: BB10 Icon size for WebWorks app

one of each:

 

 	<!--BB10 screen -->
	 <rim:splash src="resources/splash-1280x768.png" /> 
	 <rim:splash src="resources/splash-768x1280.png" />
      <!--BB10 icons-->
	  <icon src="resources/icon-86.png" />
	  <icon  src="resources/icon-150.png" />

 

Please use plain text.
BlackBerry Development Advisor
oros
Posts: 839
Registered: ‎04-12-2010
My Carrier: Bell

Re: BB10 Icon size for WebWorks app

Hi there,

 

You can find the most up to date UI guidelines here:

https://developer.blackberry.com/devzone/design/application_icons.html

 

The recommendation is 114 x 114 to prevent any requirement for scaling.

Please note that I will be unavailable between May 19th and June 4th. Sincere apologies for any delays during this time. I will do my best to follow-up as soon as I am able.

Erik Oros
BlackBerry Development Advisor
@WaterlooErik
Please use plain text.
uvp
New Contributor
uvp
Posts: 4
Registered: ‎04-10-2013
My Carrier: Vodafone

Re: BB10 Icon size for WebWorks app

Hi

 

A related issue for me:

I've developed an app utilising BB10 WebWorks SDK targetting mobile OS & not PlayBook. Got my app returned from the BB App Approval Team stating that "the default icon (question mark sign) is displayed after installing the app. Pl make sure the icon size is 114 x 114 in the blackberry-tablet.xml and is included in the bar file."

However I had placed a <icon src="icon.png"> in my config.xml file. My "icon.png" file is of 114x114 dimensions and had placed in the same directory as that of config.xml
 
Now im stuck with the blackberry-tablet.xml file issue. Should i place that file? Pl assist me in rectifying this issue.
 
Thanks
Please use plain text.
BlackBerry Development Advisor
oros
Posts: 839
Registered: ‎04-12-2010
My Carrier: Bell

Re: BB10 Icon size for WebWorks app

Hi there,

 

blackberry-tablet.xml is likely a typo. It is in the config.xml where you specify your icon, and then when you package the application that information is automatically included in the bar-descriptor.xml that gets generated by the packager.

 

From your description, it sounds like you're doing everything right. If you like, feel free to email me the BAR file (eoros@blackberry.com) and I can take a closer look at it.

Please note that I will be unavailable between May 19th and June 4th. Sincere apologies for any delays during this time. I will do my best to follow-up as soon as I am able.

Erik Oros
BlackBerry Development Advisor
@WaterlooErik
Please use plain text.