Native Navigationsleiste
Aktiviere eine native untere Navigationsleiste mit Zurück-, Vorwärts- und individuellen Schaltflächen in deiner iOS-App.
Setze var showNavFooter = true in Config.swift, um die native Navigations-Fußleiste zu aktivieren. Konfiguriere Buttons und Links in FooterBar.json. Beispiel:
{
"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"
}
]
}Jedes
sf_symbol verwendet ein SF Symbol und öffnet den redirection_link in der Haupt-WebView.