JonB
Apr 23, 2016 - 06:59
On both beta versions, NavigationViews don't like being presented in a panel (closing the panel == crash)
v=ui.View(bg_color='red')
n=ui.NavigationView(v)
n.present('panel')
n.close() # or, closing manually
As an aside, the docs don't seem to document the NavigationView constructor.