Forum Discussion
EverettPatterso
6 years agoQrew Captain
Without seeing the code, i'm not sure. Post the rich text formula and we'll try to troubleshoot it.
------------------------------
Everett Patterson
------------------------------
------------------------------
Everett Patterson
------------------------------
- AndrewFry6 years agoQrew Assistant CaptainHey there Everett.
The code is:
"<div class='Vibrant Success' onclick=$('#footerSaveAndKeepWorkingMenuOption').click();>Save and Keep Working</div>"
It works just fine in the desktop but does nothing in the mobile app.
------------------------------
Andrew
andrew.fry25@gmail.com
------------------------------- hhersch6 years agoQuickbase StaffHey Andrew -
Two different things going on here.
- Putting JavaScript in a rich text field is not officially supported anywhere in the platform. While it may work today on the desktop, it may not in the future.
- Custom code pages are not supported yet in the mobile app in general. If you could share the use case you are trying to achieve, perhaps there are some fully native ways to achieve them.
Also, our mobile PM, @Alice Hinshaw might be able to help.
------------------------------
Harrison Hersch
------------------------------ - EverettPatterso6 years agoQrew CaptainSee Harrison's response, the custom buttons you implement may work today, but may not work in the future. (Just the risk we take if we want the fancy stuff)
As far as WHY it's not working on mobile, the save and keep working button is not available on mobile, so the ID (#footerSaveAndKeepWorkingMenuOption) you are trying to call does not exist on mobile (yet...)
------------------------------
Everett Patterson
------------------------------