blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

Packager must warn/prevent if backgroundColor is not 8 digit hexadecimal #215

Open ejzn opened 11 years ago

ejzn commented 11 years ago

The webview in native only accepts a valid 8 digit hexadecimal. The packager needs to deal with this by warning the user, or preventing them from setting it.

ejzn commented 11 years ago

The background color must be an RGBA color tuple, example (96, 96, 96, 202)

nukulb commented 11 years ago

Packager needs to check this and throw an error at package time

ericpearson commented 11 years ago

fixed, can be closed