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
# ## Open web pages in an existing view# Pass a URL to `view.jump()` with `target=` set to the name of the view to replace the contents of that view.## In the example below, the `name` of the web view is set to `'example'`,# and the `view.jump()` call uses `'example'` as the `target`.defopen_web_page_existing(view: View):
view(
'Click Continue to open Wikipedia in the web view below.',
box(mode='web', name='example', path='https://example.com')
)
view.jump('https://en.wikipedia.org', target='example')
A redraw that causes the example frame to be momentarily non-existent when jump() is invoked.
The text was updated successfully, but these errors were encountered:
This doesn't work in v0.13+:
A redraw that causes the
example
frame to be momentarily non-existent whenjump()
is invoked.The text was updated successfully, but these errors were encountered: