
Hi fellow sheet authors, I'm looking for some help. I'm trying to adjust my sheet to the mobile app and step one is to adjust my sheet tab buttons. I have implemented them inspired by the wiki: CSS Wizardry - Roll20 Wiki . This works fine on desktop. In the mobile app the different sheet pages don't swap around however. The weirdest thing is that if I have the app and the desktop browser open, I DO see the tabs change on my desktop browser when I click a button on the mobile app. So: - The button click is registered in the mobile app - The sheet worker logic is triggered and executed - But on the mobile app nothing changes, I remain on the first DIV defined in my code. Does anyone have any experience with this, any tips? ps: my code is here roll20-character-sheets/HarnMaster3 at master · Roll20/roll20-character-sheets (github.com)