WebApp快捷打包
FORM 表单

敬告:此 DEMO 演示为开放测试页面,仅用于开发者快速测试体验应用功能,请严格遵守开发者协议,了解更多

JS-SDK 引用方式:

♦ 普通网页 script 方式加载:下载最新版 jsBridge-v20240326.zip,请在页面上调用 jsBridge 接口之前引用 jsbridge-mini.js 库;

♦ js module 方式引用:npm install ym-jsbridge 具体请参考 npm package

FORM 表单

<input type="text" />
<input type="text" enterkeyhint="enter" />
<input type="text" enterkeyhint="go" />
<input type="text" enterkeyhint="next" />
<input type="text" enterkeyhint="previous" />
<input type="text" enterkeyhint="search" />
<input type="text" enterkeyhint="send" />

<input type="password" />

<input type="search" />

<input type="color" />

<input type="date" />

<input type="time" />

<input type="datetime" />

<input type="datetime-local" />

<input type="week" />

<input type="month" />

<input type="number" />

<input type="range" min="10" max="100" />

<input type="tel" />
<input type="email" />
<input type="url" />

<input type="checkbox" />

<input type="radio" />