Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

[HarnMaster3] Help needed - adjusting sheet to mobile app

1648055068

Edited 1648055109
Olaf
Sheet Author
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)  
1648063119
Andreas J.
Forum Champion
Sheet Author
Translator
Very few have experience with it, and there are only a couple that have been optimized to mobile. Best help I can give : <a href="https://wiki.roll20.net/Character_Sheet_Development/Mobile" rel="nofollow">https://wiki.roll20.net/Character_Sheet_Development/Mobile</a>
1648367500
Olaf
Sheet Author
During my first attempt I also noticed I'm not getting any values in the sheet (all atributes, skills, etc are 0). So I'm giving up for now on the app until roll20 provides more info. I'll try to do some mobile browser styling and hope some of it carries over later.&nbsp;