1

I have seen other posts about incorporating math formulas in Android studio with the use of WebView. However, is it possible to do the same for Buttons? If possible, how? Much appreciated!

Klumpted
  • 89
  • 3
  • 9

1 Answers1

1

No. WebView can interpret JavaScript. Button cannot.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491