Comment on page
WebView
The WebView widget lets you display the website content right inside your app. It's useful in a case where you don't want your users to leave your app to view the web page.
.png?alt=media&token=377e7c04-a31a-4870-8302-cd2380cbd3bf)
WebView widget
To add the WebView widget to your app:
- 1.
- 2.Head over to Properties Panel, adjust the Width and Height, and then enter the Webview URL.(e.g., https://flutterflow.io/,https://en.wikipedia.org/wiki/Main_Page).
- 4.You can also Force Allow Vertical and Horizontal Scrolling if needed.
You can customize the appearance and behavior of this widget using the various properties available under the properties panel.
Sometimes you might choose to construct your own HTML with the desired styling and structure and then load that HTML into a WebView. For example, display a privacy policy page with a slight variation using modified HTML content (which might be different than the one hosted on your site).
To do so, enable the Load content from HTML and then enter your Webview HTML Content.
Last modified 4mo ago