• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle



  • I think you might’ve misunderstood what a WebView is.

    A WebView is just another UI component/control/widget that windows apps can use, just like how things like buttons, check boxes, text fields, etc are also UI components. The idea is for developers to be able to just use those common components instead of re-programming them every time.

    The WebView is used to display html content (not necessarily web pages) inside an app without the developer needing to basically program or embed an entire browser engine in their app just to show something.