Thanks, but seems that it's not working on tablet application.
I shared my app "TabletDemo", can u check it?
Thanks, but seems that it's not working on tablet application.
I shared my app "TabletDemo", can u check it?
Would You mind sharing this project with me? i have a similar need for my app menu. Thanks
Hello Joe! Sure, please send us request at a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.
aaaaaaaaa
amiin adan
Hi Amiin,
Can I help you?
I've another question related to this topic.
i have a list populated by a REST service in the panel.
how can i catch the click on a list item and then do an action like alert the description of the clicked item?
i know that if i have a utton i can run (on load event)
for example code$('[name="butt_closeNews"]').on({
click: function() {
window.awesomeMenu_news.panel("close");
}
}); /code
but i don't how to operate with list items populated through a REST
please can you help me?