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

Menu doesn't pull down #1042

@alexf1

Description

@alexf1

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions