Display Web Content
You can access web pages and web content in your application using the WebView functionality. You can also use various other features for web browsing, such as loading and displaying web pages, and navigating through the browsing history.
NoteWebView class is deprecated since API Level 10 and will be removed in API Level 12. The WebView provided by .NET MAUI or Tizen.NUI can be used instead.
You can use the following WebView features in your .NET applications:
-
You can use the
Tizen.WebView.WebView
class, to render the web contents.
Related information
- Dependencies
- Tizen 4.0 and Higher
Submit your feedback to GitHub