Page 1 of 1

☰ Burger Menue für iOS / Android

Posted: Wed Sep 02, 2020 2:11 pm
by ace16vitamine
Dear all,

I am looking for a possibility to integrate a menue to my app.

is there any Widget / Idea for a ☰ Hamburger icon availible or are there any other ideas for a menue?

Thanks
Stefan

Re: ☰ Burger Menue für iOS / Android

Posted: Wed Sep 02, 2020 2:24 pm
by richmond62
Unicode U+1F354
-
Screenshot 2020-09-02 at 16.23.09.png
You spell 'available' & 'menu' like this.

Re: ☰ Burger Menue für iOS / Android

Posted: Wed Sep 02, 2020 2:42 pm
by ace16vitamine
Haha.

Iam talking about a vertical menue if I press the burger icon

Re: ☰ Burger Menue für iOS / Android

Posted: Wed Sep 02, 2020 4:58 pm
by richmond62
Screenshot 2020-09-02 at 18.56.47.png
-
Screenshot 2020-09-02 at 18.56.59.png

Re: ☰ Burger Menue für iOS / Android

Posted: Wed Sep 02, 2020 5:35 pm
by jacque
The icon is available in the SVG library but you need to create the sliding panel yourself. (This would make a good widget if anyone wants to tackle that.)

Create a group and put the menu items in it. I usually use a list field. The script of the hamburger icon should check either the location or visibility of the group to see if it's showing. If not, lock the screen for visual effect in rect, show the group, place it at the location you want, and use a visual effect to unlock the screen so it appears to slide into view. When you want to hide it, reverse the process.

Re: ☰ Burger Menue für iOS / Android

Posted: Thu Sep 03, 2020 8:06 am
by ace16vitamine
Hi Jacqueline,

I already had the same Idea :D Seems that it is working.

Stefan