Fxiaoke Developer Manual Fxiaoke Developer Manual
  • APL Development Manual
  • PWC Development Manual
  • OpenAPI Documentation
  • Custom Components (PC)
  • Custom Components (Mini Program)
  • Custom Plugins (PC)
  • Custom Plugins (Mini Program)
  • Third-party Integration Plugins (H5)
  • API (PC)
  • API (Mini Program)
  • Fx DevTools
Update Log
  • 简体中文
  • English
  • Custom Components (PC)
  • Custom Components (Mini Program)
  • Custom Plugins (PC)
  • Custom Plugins (Mini Program)
  • Third-party Integration Plugins (H5)
  • API (PC)
  • API (Mini Program)
  • Fx DevTools
Update Log
  • 简体中文
  • English
  • Getting Started

  • Components

    • Component Overview

    • FSC UI Components

      • Webview Container
        • Image Component
      • WeChat UI Components

      • Business Components

    • Mini Program Framework

    • Examples

    Table of Contents

    Webview Container

    # fsframe Webview Container

    # Parameters

    Property Type Default Options Description
    src String - - URL of the page to load
    height String - - Component height

    # Example Code

      <view>
        <fs-frame height="600px" src="https://www.baidu.com"></fs-frame>
      </view>
      
      {
        "component": true,
        "usingComponents": {
          "fs-frame": "ava-ui/fxui/fsframe/fsframe"
        }
      }
      
      // Make sure to add code blocks to your code group
      Develop Your First Mini Program Custom Component
      Image Component

      ← Develop Your First Mini Program Custom Component Image Component→

      • 跟随系统
      • 浅色模式
      • 深色模式
      • 阅读模式