Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Menu doesn't pull down #1042

Open
alexf1 opened this issue Dec 10, 2015 · 0 comments
Open

Menu doesn't pull down #1042

alexf1 opened this issue Dec 10, 2015 · 0 comments

Comments

@alexf1
Copy link

alexf1 commented Dec 10, 2015

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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant