I can use MathJax to render Mathematical formula in WebView (so loaded content in WebView is completely under my control). Also we know we can display HTML in TextView. Is there a way to extract typeset symbols from html page to display in TextView? Really I want to display the same thing that is displayed in WebView in TextView.
            Asked
            
        
        
            Active
            
        
            Viewed 51 times
        
    1
            
            
         
    
    
        Community
        
- 1
- 1
 
    
    
        hasanghaforian
        
- 13,858
- 11
- 76
- 167
- 
                    you mean font awesome icon in text view right? – Bhupat Bheda Apr 28 '17 at 06:00
- 
                    @BhupatBheda I want to display the same thing that is displayed in WebView. – hasanghaforian Apr 28 '17 at 06:04
- 
                    TextView is very limited when it comes to importing HTML. For example, I doubt it supports webfonts (which MathJax's HTML outputs need). You might have better luck with MathJax's SVG output. – Peter Krautzberger Apr 28 '17 at 06:12
- 
                    @PeterKrautzberger I need to display rendered formula along other text descriptions. Also combining `SVG` output with `automatic line break` causes error in `Android`. – hasanghaforian Apr 28 '17 at 06:16
- 
                    TextView support minimum set of HTML tags.not support all HTML tags – Bhupat Bheda Apr 28 '17 at 06:54