Blogger Information
Blog 85
fans 0
comment 0
visits 94861
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
微信小程序官方组件展示之表单组件keyboard-accessory源码
软件事业部
Original
552 people have browsed it

以下将展示微信小程序之表单组件keyboard-accessory源码官方组件能力,组件样式仅供参考,开发者可根据自身需求定义组件样式,具体属性参数详见小程序开发文档。
功能描述:
设置 input / textarea 聚焦时键盘上方 cover-view / cover-image 工具栏视图

Bug & Tip
1.tip: 视图最大高度为 200px

示例代码:

  1. <textarea hold-keyboard="{{true}}">
  2. <keyboard-accessory class="container" style="height: 50px;">
  3. <cover-view bindtap="tap" style="flex: 1; background: green;">1</cover-view>
  4. <cover-view bindtap="tap" style="flex: 1; background: red;">2</cover-view>
  5. </keyboard-accessory>

版权声明: 本站所有内容均由互联网收集整理、上传,如涉及版权问题,我们第一时间处理。
原文链接地址:https://developers.weixin.qq.com/miniprogram/dev/component/keyboard-accessory.html

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post