Ian Yang
Ian Yang
Well, maybe the first one is not needed because there won't seem to be any use case for this plugin. I had deleted it.
Maybe absolute positioning, like the following example, can serve the purpose. ```CSS .hidden-visually { position: absolute; left: -5000px; } ```
@thierryk I see. Then `@media not speech` is also needed: ```CSS .hidden-visually { position: absolute; left: -5000px; } @media not speech { .hidden-visually { display: none; } } ``` But...
I personally still hope to see a "CSS declaration" solution such as `aria-hidden: true;` because using media query can be inconvenient. For example, if I have a long media query...
> I tried the above in all modern versions of Firefox, Chrome, and Safari on Mac and iPhone and it seems to work as expected. > > What's your testing...
> Remember that this is a very old version of touch punch which is never updated. Please use: https://github.com/RWAP/jquery-ui-touch-punch > > And see if that fixes the issue Thanks. However,...
I concur.
@evenreven Thanks. But I'm using version 4.1.1 and there is no `paddingBottom` option.
@evenreven I just [tried it](https://ianyang.me/redir/cciwrt/). Somehow `bottom: 'auto'` does not function. But I tried different values with `top` and it functions correctly.
Can we please have a fix? Same on Chrome 122.0.6261.112. No issue on Firefox.