Changes

Jump to: navigation, search

WebAPI/KeboardIME

5 bytes added, 13:50, 18 July 2013
Examples
* Rather rely on entry points in manifest...
*/
if (inputContext.inputmode === 'numeric' || inputContext.type === 'number') {
['1', '3', '3', '7'].forEach(function (k) {
}, 1000);
}
function stopTyping() {
clearTimeout(timer);
}
var im = navigator.inputMethod;
im.addEventListener('inputcontextchange', function contextchanged(evt) {
if (evt.inputcontext) {
}
});
if (im.inputcontext) {
// The webpage here is loaded *after* the user has place the focus on the text field,
Confirm
478
edits

Navigation menu