goBack()

Go back to the previous URL in the back-forward list

Synopsis:

#include <WebView.h>

virtual bool goBack();

Description:

Loads the previous URL in the back-forward list.

Returns:

Returns True if another URL is available in the back-forward list, or False otherwise.

See also:

goForward()