blackberry / bbUI.js

BlackBerry UI look and feel JavaScript toolkit for WebWorks
Apache License 2.0
312 stars 192 forks source link

Menu doesn't pull down #1042

Open alexf1 opened 8 years ago

alexf1 commented 8 years ago

Menu doesn't pull down on top down swipe. Code is identical to that in the wiki. Possible bug with os version?

 <div id="screen-menu" data-bb-type="menu">
    <div data-bb-type="menu-item" data-bb-img="images/ic_help.png" onclick="bb.pushScreen('help.html','help', {});" data-bb-selected="true">Help</div>
    <div data-bb-type="menu-item" data-bb-img="images/ic_home.png" onclick="App.selectStack = new Array(); App.isBack= true; bb.pushScreen('table-view.html', 'tableview', {table:App.params.table, id:'', parent:''});">Home</div>
    <div data-bb-type="menu-item" data-bb-img="images/ic_settings.png" onclick="bb.pushScreen('settings.html','settings', {});" data-bb-selected="true">Settings</div>
</div>