Native Navigation Footer
Enable a native bottom navigation bar with back, forward, and custom buttons in your iOS app.
Set var showNavFooter = true in Config.swift to enable the native navigation footer bar. Configure buttons and links in FooterBar.json. Example:
{
"colour":"dark",
"layout":[
{
"redirection_link":"https://webviewgoldtest.github.io/index.html",
"sf_symbol":"house",
"name": "Home"
},
{
"redirection_link":"https://webviewgoldtest.github.io/appControls.html",
"sf_symbol":"wrench.and.screwdriver",
"name": "Controls"
},
{
"redirection_link":"https://webviewgoldtest.github.io/NFCtesting.html",
"sf_symbol":"wifi.square",
"name": "NFC"
},
{
"redirection_link":"https://webviewgoldtest.github.io/IAPtesting.html",
"sf_symbol":"cart",
"name": "Purchases"
},
{
"redirection_link":"https://webviewgoldtest.github.io/permissions.html",
"sf_symbol":"lock.open",
"name": "Permissions"
}
]
}Each
sf_symbol uses an SF Symbol and opens the redirection_link in the main WebView.