blackberry/WebWorks

Inconsistent icon paths (showBannerIndicator vs setHomescreenIcon)

Closed this issue · 0 comments

The setHomecreenIcon function needs an icon path in the format: “local:///images/icon.png”
However, using the same format for showBannerIndicator will not work, throwing an undefined exception. This one only works with paths in the format: “images/icon.png”

I don't know about other functions that also use file paths, but the format should be consistent or, at least, explained in the API docs.