Skip to content
Discussion options

You must be logged in to vote

Thanks for that example. The behavior you're seeing is a manifestation of a known issue with the way we're currently implementing OptionContainer on iOS and Android; the issue is tracked as #4297.

There's extensive background detail in the discussions on #4059 and #4271 - but the core of the problem is that the widget we're currently using for OptionContainer on iOS and Android must be a top level widget - that is, you can use an OptionContainer as main_window.content, but nowhere else.

This isn't the case on desktop platforms - it's only a problem for mobile. The fix proposed in #4297 is to change the widget we're using for OptionContainer; we're then going to introduce a new concept cal…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
9 replies
@Juan-de-Salgado
Comment options

@freakboy3742
Comment options

@Juan-de-Salgado
Comment options

@freakboy3742
Comment options

Answer selected by Juan-de-Salgado
@mhsmith
Comment options

@freakboy3742
Comment options

@mhsmith
Comment options

@freakboy3742
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants