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

Fixed issue #65: #70

Closed EricLeiLi closed 12 years ago

EricLeiLi commented 12 years ago

populate the fields hasMultiAccess and accessList correctly.

jamesjhedley commented 12 years ago

Code review complete.

issp commented 12 years ago

When tested build "http://mac-ci:9000/job/BB10-Webworks-Packager-next-implementMultiAccess/" in Mac and Windows, without the element in the config.xml, it does not allow the start page to load and shows a blank page.

ishneur commented 12 years ago

The start page is now displayed, but when clicking on a non-whitelisted URL, it just opens a blank page. In Snarf, it shows a JavaScript Alert saying that the URL is not allowed and doesn't go to a blank page.

EricLeiLi commented 12 years ago

We haven't implemented this feature in framework. For URL that is not whitelisted, either you will see a blank page or a failed resource; it's expected.

ishneur commented 12 years ago

I opened Framework issue for this: https://github.com/blackberry-webworks/BB10-WebWorks-Framework/issues/64

Other than that, there are no problems.