kivy-garden / garden.matplotlib

Matplotlib backends using kivy
MIT License
104 stars 50 forks source link

NavigationToolbar2Kivy don't working in Mobile #79

Open JoseAnacletoJunior opened 1 year ago

JoseAnacletoJunior commented 1 year ago

NavigationToolbar2Kivy content doesn't appear in android . In Android, actionbar appears but the actionprevious and actionbuttons (i.e. the actionbar appears without content) from NavigationToolbar2Kivy doesn't appear. In PC, running .py archive, the NavigationToolbar2Kivy works fine. Did you face that problem and get the solution guys?

PS: I'm using Kivymd to make this apk

Rohan7503 commented 5 months ago

I have the same issue, but on PC. The NavigationToolbar2Kivy's actionbar appears but without any content. Could you tell me what versions of python, kivy, and kivy garden you used?