The chrome.virtualKeyboard API is a kiosk only API used to configure virtual keyboard layout and behavior in kiosk sessions.
The chrome.virtualKeyboard API is a kiosk only API used to configure virtual keyboard layout and behavior in kiosk sessions. * available since Chrome 58 * https://developer.chrome.com/apps/virtualKeyboard
(restrict-features restrictions)
Sets restrictions on features provided by the virtual keyboard.
|restrictions| - the preferences to enabled/disabled virtual keyboard features.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [update] where:
|update| - https://developer.chrome.com/apps/virtualKeyboard#property-callback-update.
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/apps/virtualKeyboard#method-restrictFeatures.
Sets restrictions on features provided by the virtual keyboard. |restrictions| - the preferences to enabled/disabled virtual keyboard features. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is [update] where: |update| - https://developer.chrome.com/apps/virtualKeyboard#property-callback-update. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/apps/virtualKeyboard#method-restrictFeatures.
(tap-all-events chan)
Taps all valid non-deprecated events in chromex.app.virtual-keyboard namespace.
Taps all valid non-deprecated events in chromex.app.virtual-keyboard namespace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close