Open vaniwiki opened 7 months ago
Yes that’s strange.
I can’t get this behaviour on a laptop with the mobile mode.
I’m also on iPhone and the effect is present on chrome and Firefox. It has to do with WebKit then.
If you do a long press, you can open the page in a new tab. What is this thing…
Long press doesn't work, the links disappear immediately on press. Edit: maybe it works on iPhone, but not on Mac...
From https://bugs.webkit.org/show_bug.cgi?id=138162:
The bug is provoked by this portion of the page's CSS:
.navbar-fixed-top, .navbar-fixed-bottom { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
Removing these translate3d transforms avoids the bug.
Hmm, that seems to be a different issue. But worth checking if transform could be the culprit still, since there is an issue...
This goes for all my websites, as well as yours. Link come up, but when clicked they just disappear and nothing more. I'm on Safari on Mac and iPhone and iPad, same issue. Will investigate with another browser, but thought to make you aware of this first...