I want to use dash plotly interactive graphs in an android application which I am developing on Beeware. How may I use Dash Plotly in combination with Beeware?
            Asked
            
        
        
            Active
            
        
            Viewed 646 times
        
    5
            
            
        - 
                    Did you find a solution? – raphael_mav Jun 04 '20 at 16:45
 - 
                    It is still an open question, I didn't find the solution till now – Dr. Arslan Jun 05 '20 at 10:12
 - 
                    it's seems that it's only Embedding Dash Apps in other Web, with Java Script host or React app like in the docs https://dash.plotly.com/integrating-dash, I think they didn't support the mobile version yet – Mahmoud Al-Haroon Sep 19 '22 at 22:20
 - 
                    If you have your dash app running somewhere you can run it inside a webview with beeware. toga has a webview component for example. – 5eb Apr 30 '23 at 10:47