WebViewGold is a 100% fullscreen wrapper for the content of web apps. Please consider adding back/forward navigation elements to your web app itself:
- https://www.w3schools.com/jsref/met_his_back.asp
- https://css-tricks.com/simple-swipe-with-vanilla-javascript/
- https://swipe.js.org
Moreover, you can activate invisible swipe right/swipe back navigation easily:
On Android within Config.java, you can set ENABLE_SWIPE_NAVIGATE setting to true.
On iOS, you can activate enableswipenavigation variable in Config.swift.