PLBWEB_ANDROID_NEXT_FIX Keyword
PLBWEB_ANDROID_NEXT_FIX={ ON | OFF | SEARCHKB }
This keyword sets the PWS server behavior when processing unexpected focus events for the Android NEXT button. This keyword only takes affect when the client is an Android device. Allowed values are:
|
Value |
The PWS server ... |
|
ON |
enables specialized logic which tries to detect unexpected Android behaviors when the Android keyboard 'Next' button is clicked. When this unexpected Android behavior is detected, the PWS server forces either a default button action or a forward tab action. |
|
OFF |
logic related to the Android Next button is disabled and not used. This behavior is the same as when the keyword is specified. |
|
SEARCHKB |
creates all HTML <input> objects with the type of 'type=text' to use 'type=search'. This causes the Android search keyboard to be used. The Android Search keyboard 'search/go' button gives the same behavior as the normal 'return/enter' button. Therefore, the Android Chrome Webview works as expected and does not cause unexpected focus. |
Example:
PLBWEB_ANDROID_NEXT_FIX=ON
See Also: PLBWEBSRV Keywords, Server Command Line
![]() |