Method HandleSystemForwardRequest
HandleSystemForwardRequest()
Handles a system forward request, such as when the user presses the forward button on a mobile device, a hardware forward button on a desktop or the forward button in a web browser. Returns true if there is a dialog showing, a navigation is currently in progress or if a forward navigation was initiated; otherwise false (meaning there was no forward history).
Declaration
bool HandleSystemForwardRequest()
Returns
| Type | Description |
|---|---|
| bool |
Remarks
If a dialog is showing or if a navigation is currently in progress then the forward request will still be marked as handled but the request will be ignored and no navigation will occur.