Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 435 Bytes

webview.rst

File metadata and controls

26 lines (17 loc) · 435 Bytes

Web View

The Web View widget is used for displaying an embedded browser window within an application

Usage

import toga

web = toga.WebView(url='https://google.com')

Supported Platforms

Reference

toga.interface.widgets.webview.WebView