https://developers.weixin.qq.com/miniprogram/dev/component/editor.html
如何在打开页面的时候,就让编辑器editor自动获取焦点?
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | 需求 | editor | 工具 | 7.0.0 | 2.7 |
https://developers.weixin.qq.com/miniprogram/dev/component/editor.html
如何在打开页面的时候,就让编辑器editor自动获取焦点?
1 个回答
使用 EditorContext.setContents 设置值时在安卓上能自动获取焦点,但是ios上不行