Hi there,
I want to have a “math” input instead just a common input. I want the user to be able to use quadratic symbols, integrals, etc.
Any idea of how can i do it?
Hi there,
I want to have a “math” input instead just a common input. I want the user to be able to use quadratic symbols, integrals, etc.
Any idea of how can i do it?
Well, you could build an input system from the ground up, which is what I would lean towards.
There is also KaTex and MathJax which are used by a ton of users. I haven’t looked to see if there are any plugins in Bubble that use these.
Put an HTML element in your app and write JavaScript to load whichever you use and to pass the input to whichever one you use.