Larry Davis
Larry Davis
@giopunt hmm, in what cases is `document` not defined? I can't seem to find a case where it isn't. Regardless, rather than check, this script should execute *once* `document` is...
Hmm, I don't think it makes sense to run this on the server, it's only there to fix a client-side issue on a specific device...
Very interesting. Maybe we can add an exception when touchstart happens inside of a video element... Can you create a fiddle that reproduces the error so I can poke at...
@headsuptechnologies perhaps we need an exception for the `` element the same way that we have for `input[type="range"]` (https://github.com/lazd/iNoBounce/pull/29). Would that fix the issue?
@hideyuki looks good, please send a pull request for this!
This project was always just a hack, I hoped some day the behavior we were going for could be achieved with a simple meta tag, but here we are. We...
@GoneIn20Seconds, just wanted to let you know this is still on my radar.
Very interesting... does this happen with the `` and `` tags too? > On Dec 6, 2018, at 6:06 PM, Pitouli wrote: > > Hello, > > I'm developing a...
@Pitouli like this https://fvsch.com/svg-icons/
@RoberMac I'm still having this issue after merging your fix. See the new example https://github.com/lazd/iNoBounce/blob/master/examples/xy.html When scrolled to the top or the bottom, I still can't scroll horizontally. I tried...