Skip to content
Eric Mink edited this page Sep 10, 2018 · 2 revisions

Welcome to the Brotkeys.js wiki!
I will add weird issues as I find them. Feel free to contribute!


Manually added link hints are being displayed on mobile browsers

It seems like several mobile browsers on android have the problem that they are not loading dynamically added css (or maybe, they aren't executing the javascript at all. Who knows.)
This issue happens on Firefox 62.0.1, Chrome 68.0.3440.91
It does not happen on UC Browsers V12.9.2.1143
Fix:
If you're using manually-added link-hints like <kbd class="LB-SS-swap1">EM</kbd>, you need to make sure the css is loaded on page load by adding it to your <head> instead of relying on Brotkeys to load it when needed.
<link rel="stylesheet" href="./libs/lucidbrot_brotkeys/keys.css">

Clone this wiki locally