You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have reproduced this issue (and the suggested workaround) on winforms. Also, it appears a similar issue exists on Android - although that seems to have another related bug as well. I don't understand the code well enough yet to be confident on an appropriate fix, but I can make it work by changing two lines in Widget.add_child() in toga_android:
By making those changes (in combination with @Vipul-Cariappa 's suggested workaround for winforms), I can get it working on Android.
Expected Behavior
A new Label Widget needs to get added.
Current Behavior
New Label Widget does not get added.
Steps to reproduce
Your Environment
Python Version 3.7
Operating System and Version
Toga Version
Toga Target
The text was updated successfully, but these errors were encountered: