Top Navigation Bar

šŸ‘

Developer Demo

Display our demo page in your app to test during development https://median.dev/top-navigation-bar/

The top navigation bar is only visible if you are using Sidebar Navigation, Auto New Windows, Search, Refresh Button, or Custom Buttons.

Example

1125

iOS Top Navigation Bar

1080

Android Top Navigation Bar

Frequently Asked Questions

How do I change the title text in the top navigation bar

You can add the following to each page for which you wish to set a title.

<script>
function median_library_ready(){
  median.navigationTitles.setCurrent({'title':'Your Title'});
}
</script>

For more details refer to Dynamic Titles.


Next Steps