That is exactly right. After your last step when the main page (with menu) opens, click on menu button and the menu does not open any more. This is the issue.
That is exactly right. After your last step when the main page (with menu) opens, click on menu button and the menu does not open any more. This is the issue.
I'm now getting a different page when I launch the app. I don't see buttons in the footer.
Here are the steps to reproduce the issue, as before. The buttons in the footer have nothing to do with the issue.
1) Click on menu button on top left of the page in the header - panel menu shows up
2) Click on View on Map option in the menu and a new page shows up
3) Hit back button on new page
4) The original page appears. Hit the menu button - the menu doesn't appear any more, as it should
Happy New Year by the way!
Hi,
We've tested the issue. Here is a workaround. On 'menu' button click add the following JavaScript code:pre$('#headerPanelMenu').addClass("ui-panel-open");/pre
Thank you. That fixes the issue ![]()
I have run into another issue with panel display, which I haven't been able to fix with jquery documentation.
My goal is to have the panel be fully visible, irrespective of the position user is at on the page. I tried setting data-position-fixed="true" (see: http://api.jquerymobile.com/panel/) but it doesn't have any impact.
Here are the steps to reproduce the issue:
1) Open the application
2) Scroll down to the end of the page.
3) Click on the last listitem on the page
4) A panel appears, but it has also scrolled with the page and hence top of the panel is not visible. My goal is to have the panel remain completely visible.
Could you help?
Hi,
Add Scroll event action for a page mainInputAndDisplayPage, and run the following JavaScript code:pre$("#popupPropertyMenu").css("top", window.scrollY);/pre
Thanks again! That fixes the bug ![]()
I have a follow-up issue regarding the above discussion. I have created a (new) panel along the lines of above discussion for a new page FriendsProperties and added $("#panelMenuFriendsPropertyItem").css("top", window.scrollY) on Scroll event; However the panel does not scroll with the page as expected. I have tried to troubleshoot and have checked the implementation but am not sure what is going wrong here.
Could you help?
Thank you.
Hi Cody,
Don't you use Panel component? http://docs.appery.io/documentation/u...