Pie de navegación nativo
Active una barra de navegación inferior nativa con botones de atrás, adelante y personalizados en su app iOS.
Establezca var showNavFooter = true en Config.swift para habilitar la barra de pie de navegación nativa. Configure los botones y enlaces en FooterBar.json. Ejemplo:
{
"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"
}
]
}Cada
sf_symbol utiliza un SF Symbol y abre el redirection_link en el WebView principal.