Empty LocalStorage when using Web Inspector with Ripple for Tablet OS
Opened this issue · 0 comments
astanley commented
The LocalStorage field, displayed within the Resources panel of Web Inspector shows no results when the current platform is WebWorks-TabletOS.
Steps to reproduce:
- Start Ripple
- Change platform to WebWorks-TabletOS
- Load the following page http://blackberry.github.com/WebWorks-Samples/kitchenSink/html/html5/storage.html
- Click on the 'Add to Storage' button
- Right click within Ripple and select "Inspect"
- Click on the "Resources" panel in the top navigation
- Click on the "Local Storage" item in the left menu
Expected results:
7) should see a single item with Key = "Foo" and Value = "Bar".
Actual results:
7) No data is displayed