zng-ui / zng

Cross-platform GUI framework.
Apache License 2.0
59 stars 1 forks source link

Review Android multi windows #402

Closed SamRodri closed 3 months ago

SamRodri commented 3 months ago

What happens when multiple windows are requested?

SamRodri commented 3 months ago

Winit returns a new window instance, but with same ID and same NativeWindow backend.

We need to implement an error on create window, for this release, later implement some sort of "iframe" API