• References
    • Main
    • RenderKit
    • LibJS
    • Canvas
  • Components
    • Overview
    • Page
    • Basic
      • Rectangle
      • Text
      • Button
      • HTML Article
      • Toggle Button
      • Tiler
      • Web View
      • Image Zoomer
    • Navigation
      • Carousel
    • Forms
      • Form
      • Text Entry
    • Layout
      • Group
  • Web API
  • Tutorials
  • Contact
Menu
  • References
    • Main
    • RenderKit
    • LibJS
    • Canvas
  • Components
    • Overview
    • Page
    • Basic
      • Rectangle
      • Text
      • Button
      • HTML Article
      • Toggle Button
      • Tiler
      • Web View
      • Image Zoomer
    • Navigation
      • Carousel
    • Forms
      • Form
      • Text Entry
    • Layout
      • Group
  • Web API
  • Tutorials
  • Contact
Umajin Developer > Components > Web View

Web View

Check out the standard help for an overview of the web view component.

API Examples

// Internally the component is known as "web_view"
var webViewComponent = findComponent("My Page", "web_view", "MyWebView"); // To retrieve a web_view component called "MyWebView" on a page called "My Page"

// use the built-in umajin action to change the url.
callAction("set_web_view_url", webViewComponent, 'https://google.com');

Properties

See the shared property list for all properties available for this component.

PropertyTypeDescription
html  

Events

See the shared event list for all events available for this component.

EventParamsDescription
on_progress  
on_complete  
on_error  
  • Developer Home
  • Umajin Home
  • Support Home
Menu
  • Developer Home
  • Umajin Home
  • Support Home