what-input icon indicating copy to clipboard operation
what-input copied to clipboard

A global utility for tracking the current input method (mouse/pointer, keyboard or touch).

Results 16 what-input issues
Sort by recently updated
recently updated
newest added

In cases where one wants to prevent default key events (e.g. stopping, preventDefault), it would be necessary to call `doUpdate('intent')` manually from the outside as whatInput listeners will not be...

I've created a test case here: https://codesandbox.io/s/4wlrq70km0 ### Test 1 **Steps to reproduce:** Open https://4wlrq70km0.codesandbox.io/ in Safari on your iOS device. Tested with version 11.4.1. - double tap the "Click...

Hi guys, first of all: Thanks for your great work! We want to use the tool like in the old version, which means: As long there was no explicit input,...

Bumps [fsevents](https://github.com/fsevents/fsevents) from 1.2.9 to 1.2.13. Release notes Sourced from fsevents's releases. Release v1.2.13 Only build on Mac-OSX Release v1.2.11 Removing node-pre-gyp so that building fsevents becomes easier and enabled...

dependencies

```html Testing Type here: const textbox = document.getElementById("textbox"); const inputtype = document.getElementById("inputtype"); textbox.addEventListener("input", () => { inputtype.innerText = "input: " + whatInput.ask(); }); textbox.addEventListener("blur", () => { inputtype.innerText = "blur:...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies