goForward

abstract fun goForward(url: String): Boolean

Moves to the next history entry.

Return

true if another forward jump is still available after this navigation completes, false otherwise.

Parameters

url

Reserved for API compatibility. Current implementations ignore this value and use the native forward history entry.