Jeremy Fields

Results 22 comments of Jeremy Fields

Hi @phun-ky, I honestly haven't done any work with the shadow DOM. Do you have some specific use cases that could help me think through both of these requests?

Hi @davepenfold, thanks for reporting this. I checked out your example last night on my phone that's been upgraded to iOS 12 and found that double tapping the screen or...

Thanks for this suggestion @warkentien2! I gave this a bit of thought and was considering going one further and creating an API function that would allow you to provide a...

Hi @jamiek-acl, thanks for using What Input! You are correct that I removed the ability to programmatically set the input type in favor of keeping those values as "sources of...

Interesting! That sounds pretty simple to implement. Do you have a scenario that I could create locally to test against when I add this?

Hi @sophieH29, I'm digging into this request. Are you push a specific input to what-input and trigger a `doUpdate`? Something like this? ```javascript whatInput.setInput('keyboard'); ```

Hi @vysinsky, I've played around with using [CasperJS](http://casperjs.org/) to do testing. You can use things like `mouse.move` and `mouse.click` to simulate mouse events and then test the DOM to see...

Thanks @candymac. What version are you using?

There has, but the line you're referring to does still exist here https://github.com/ten1seven/what-input/blob/master/src/scripts/what-input.js#L244 However, some of the updates had to do with mouse event handling. Would you be up for...