inherit
261768
0
Jul 27, 2020 1:01:01 GMT -8
sanjeevchs
6
July 2020
sanjeevchs
|
Post by sanjeevchs on Jul 24, 2020 6:42:00 GMT -8
Dear proboards team,
I could not see mathjax equations in mobile version. I have to switch to desktop version to view them on my forum.
Could you please help me in proper header code for that.
<script> MathJax = { loader: {load: ["input/tex", "output/chtml"]} tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] }, svg: { fontCache: 'global' } }; </script> <script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"> </script>
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Jul 24, 2020 7:38:37 GMT -8
Dear proboards team, I could not see mathjax equations in mobile version. I have to switch to desktop version to view them on my forum. Could you please help me in proper header code for that. <script> MathJax = { loader: {load: ["input/tex", "output/chtml"]} tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] }, svg: { fontCache: 'global' } }; </script> <script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"> </script> Currently, JavaScript does not work on the mobile version of ProBoards, I say currently, because when V6 gets here, plugins, at least, will work on the mobile version. But until then you're out of luck I'm afraid.
|
|
inherit
261768
0
Jul 27, 2020 1:01:01 GMT -8
sanjeevchs
6
July 2020
sanjeevchs
|
Post by sanjeevchs on Jul 25, 2020 7:50:47 GMT -8
Thank You!
|
|