advanceFocus()

Advances the focus to the next or previous focusable object on the page.

Synopsis:

#include <WebView.h>

virtual bool advanceFocus(bool forward, bool uses_inputmethod);

Description:

These list of objects can be restricted to just those that take keyboard text input.

Arguments:

forward
A boolean indicating the direction to send the focus in the list of objects. A value of true indicates forward, false indicates back in the list.
uses_inputmethod
A boolean indicating whether or not to restrict the list to only those object that take keyboard input. A value of true indicates keyboard input, false indicates no keyboard input.

Returns:

True indicates that the focus was advanced successfully.