Description
A view that displays interactive web content, such as a web page.
Parameters
isOpaque
: A boolean indicating whether the view is opaque.string:
, url:
, res:
, or file:
.Example
<body>
<webkitview>url:https://www.apple.com</webkitview>
</body>