Changes

Jump to: navigation, search

WebAPI/KeboardIME

311 bytes added, 01:55, 23 July 2013
m
Proposed API
// OS should ignore this request if the app is currently not the active one.
void next();
 
// To know if the OS supports IME switching or not.
// Use case: let the keyboard app knows if it is necessary to show the "IME switching"
// (globe) button. We have a use case that when there is only one IME enabled, we
// should not show the globe icon.
boolean supportsSwitching();
// Ask the OS to hide the current active Keyboard app. (was: |removeFocus()|)
Confirm
58
edits

Navigation menu