Top Navigation Bar
Developer DemoDisplay 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

iOS Top Navigation Bar

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.
Updated 3 months ago
Next Steps