View

View is a web-page container rendered to an offscreen surface that you display yourself.

The View object is responsible for loading and rendering web-pages to an offscreen surface. It is completely isolated from the OS windowing system, you must forward all input events to it from your application.

Remarks: The API is not thread-safe, all calls must be made on the same thread that the Renderer/App was created on.

class View

See Also

Meta