Page 7 of 11

Facebook Style Navigation

Posted: Sun Aug 18, 2013 5:58 pm
by dudi peretz

Thanks, but seems that it's not working on tablet application.
I shared my app "TabletDemo", can u check it?


Facebook Style Navigation

Posted: Thu Oct 24, 2013 2:09 pm
by Joe Braybrook

Would You mind sharing this project with me? i have a similar need for my app menu. Thanks


Facebook Style Navigation

Posted: Fri Oct 25, 2013 5:10 am
by Maryna Brodina

Hello Joe! Sure, please send us request at a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.


Facebook Style Navigation

Posted: Sat Nov 09, 2013 9:24 pm
by Amiin Adan

aaaaaaaaa


Facebook Style Navigation

Posted: Sat Nov 09, 2013 9:24 pm
by Amiin Adan

a


Facebook Style Navigation

Posted: Sat Nov 09, 2013 9:24 pm
by Amiin Adan

amiin adan


Facebook Style Navigation

Posted: Sat Nov 09, 2013 9:24 pm
by Amiin Adan

a


Facebook Style Navigation

Posted: Sat Nov 09, 2013 9:25 pm
by Amiin Adan

a


Facebook Style Navigation

Posted: Mon Nov 11, 2013 9:17 am
by Kateryna Grynko

Hi Amiin,

Can I help you?


Facebook Style Navigation

Posted: Mon Nov 11, 2013 1:18 pm
by ciccio

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?