
Apps used to have the menu in the bottom as shown on this screenshot.
Then it went away and the Burger Menu became the favorite navigation implementation.
These days you can see the Native Navigation making a come back.
Either way, EachScape lets you implement whatever navigation method you like.
We have Tutorial for the following:
Native navigation elements are easy to support using the EachScape platform, but the assets that you upload to the builder must meet certain criteria in order to work properly.
The navigation bar can be edited by selecting the 3 dots next to the app name, then cick on 'Configure'
Select the 'Navigation' tab.

Images for iOS applications are managed under the column heading 'Icons' and icons for Android and HTML5 applications are managed under the column heading 'Android/Web Icons'
In order for your iOS images to display correctly, they must be:
- 50 x 50 pixel PNG
- Use pure white with appropriate alpha transparency.
- Not include a drop shadow.
- Use antialiasing.
Additional guidance on this topic can be found in Apple's iOS Human Interface Guidelines for Bar Button Icons.
Images for Android (Primarily used for Android 2.3 devices only) and Web apps, the requirements are slightly different.
- You must provide a 'On' and 'Off' state for each navigation button.
- 50 x 50 pixel PNG
- Use pure white with appropriate alpha transparency.
- Not include a drop shadow.
- Use antialiasing.
Additional guidance on this topic can be found in Android's Menu references.
Learn More
- Develop your own Navigation Menu