Forum Discussion
EverettPatterso
6 years agoQrew Captain
Wow that's alot to cram into a RichText field. If you have Chrome, open the dev tools F12 and you can switch to mobile view. You can select the elements on the page, would really need to see this code to debug it.
My buttons in a rich text field work on mobile, but I don't have as many characters in my formula.
------------------------------
Everett Patterson
------------------------------
My buttons in a rich text field work on mobile, but I don't have as many characters in my formula.
------------------------------
Everett Patterson
------------------------------
- IvanWeiss6 years agoQrew CaptainSo in Chrome via development tools they displayed just fine. But once I clicked around it did stop working so I found the code section... Here it is
------------------------------
Ivan Weiss
------------------------------- EverettPatterso6 years agoQrew CaptainSince it's working for me, I assume you have syntax errors and I noticed a few errors. Check your code thoroughly and it should start displaying correctly.
border:1px solid green;border-radius: 0'" & "href='" & $URLSEVEN
missing closing semicolon on the inline styles
'border-radius: 0;'
------------------------------
Everett Patterson
------------------------------- IvanWeiss6 years agoQrew CaptainI fixed that but it still does not work. This is not my expertise here as I found some tutorials and am stretching the limits of my skill for sure :) But I cant see to figure it out. On the phone it doesnt work at all. In developer tools it works when I first browse it, if I click on a button and refresh the page it no longer works.
------------------------------
Ivan Weiss
------------------------------