You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
I dont get the ApplicationMenue not working with more than 1 page!
See here:
The swipedown works fine on first screen: <div id="applicationMenu" data-role="page">
but nothing works on swipedown on the second page (just copy&paste):
<div id="2screen" data-role="page">
Here is my code:
<!DOCTYPE HTML><html><head><metacharset="utf-8"><title>Application Menu</title><!--<meta name="viewport" content="width=device-width, initial-scale=1">--><linkrel="stylesheet" href="BlackBerry-JQM-all.css" /><scriptsrc="BlackBerry-JQM-all.js"></script><scripttype="text/javascript" src="app.js"></script></head><body><divid="applicationMenu" data-role="page"><!-- This is how you set up your application menu (top panel) --><divdata-role="panel" id="top" data-dark-modal="true" data-position="top" data-display="push" data-theme="a" class=""><divdata-role="applicationmenu"><adata-role="action" href="#"><imgsrc="img/Core_applicationmenu_icon_help.png" alt="" /><p>Help</p></a><!-- data-role=SettingsActionItem places the settings action on the right side when it is the only item in the menu --><adata-role="SettingsActionItem" href="#"><imgsrc="img/Core_applicationmenu_icon_settings.png" alt="" /><p>Settings</p></a><!-- Maximum of 5 actions. Any extra actions will not appear on the menu --><adata-role="action" href="#"><imgsrc="img/generic_81_81_placeholder.png" alt="" /><p>This option should not show up</p></a></div></div><divdata-role="header" data-theme="c"><h1>Application Menu</h1></div><!-- /header --><divdata-role="content"><!-- Put your page content here --><aid="menuBtn" data-role="button" href="#top">Open application menu </a><h2id="simulInst" style="text-align: center">Open application menu by firing "blackberry.event.swipedown"<h2></div><!-- /content --><divdata-role="footer" data-position="fixed"><divid="action-bar-area" data-role="actionbar"><divdata-role="back"></div><aid="o3" data-role="tab" href="#2screen" ><imgsrc="images/search.png" alt="" /><p>Suche</p></a></div></div></div><!-- /page --><divid="2screen" data-role="page"><!-- This is how you set up your application menu (top panel) --><divdata-role="panel" id="top" data-dark-modal="true" data-position="top" data-display="push" data-theme="a" class=""><divdata-role="applicationmenu"><adata-role="action" href="#"><imgsrc="img/generic_81_81_placeholder.png" alt="" /><p>Option3</p></a><!-- data-role=SettingsActionItem places the settings action on the right side when it is the only item in the menu --><adata-role="SettingsActionItem" href="#"><imgsrc="img/Core_applicationmenu_icon_settings.png" alt="" /><p>Settings</p></a><!-- Maximum of 5 actions. Any extra actions will not appear on the menu --><adata-role="action" href="#"><imgsrc="img/generic_81_81_placeholder.png" alt="" /><p>This option should not show up</p></a></div></div><divdata-role="header" data-theme="c"><h1>Application Menu</h1></div><!-- /header --><divdata-role="content"><!-- Put your page content here --></div><!-- /content --><divdata-role="footer" data-position="fixed"><divid="action-bar-area" data-role="actionbar"><divdata-role="back"></div><aid="o3" data-role="tab" href="#searchscreen" ><imgsrc="images/search.png" alt="" /><p>Suche</p></a></div></div></div><!-- /page --></body></html>```
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
I dont get the ApplicationMenue not working with more than 1 page!
See here:
The swipedown works fine on first screen:
<div id="applicationMenu" data-role="page">
but nothing works on swipedown on the second page (just copy&paste):
<div id="2screen" data-role="page">
Here is my code:
The text was updated successfully, but these errors were encountered: