Forum Discussion

IvanWeiss's avatar
IvanWeiss
Qrew Captain
5 years ago

Rich Text Field Button Not Working on Mobile

Hello everyone,

I have a series of button bars via Rich Text Field that works great on the web experience.  I attached a screenshot of that.  However, on mobile it does not work at all.  Can mobile support this?  Anything I can do as it would be helpful to keep the button functionality but maybe I need a separate simpler form for the mobile experience?

I included the code as a text file since it is so long to keep this post clean.

------------------------------
Ivan Weiss
------------------------------

13 Replies

  • 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
    ------------------------------
    • IvanWeiss's avatar
      IvanWeiss
      Qrew Captain
      So 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
      ------------------------------
      • EverettPatterso's avatar
        EverettPatterso
        Qrew Captain
        Since 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
        ------------------------------