Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-uni-app-x-zh
提交
2bfa7eae
U
unidocs-uni-app-x-zh
项目概览
DCloud
/
unidocs-uni-app-x-zh
通知
144
Star
2
Fork
33
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
9
列表
看板
标记
里程碑
合并请求
11
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
unidocs-uni-app-x-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
9
Issue
9
列表
看板
标记
里程碑
合并请求
11
合并请求
11
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
2bfa7eae
编写于
12月 10, 2024
作者:
W
wanganxp
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
x
上级
1c4f7fb1
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
8 addition
and
1 deletion
+8
-1
docs/api/preview-image.md
docs/api/preview-image.md
+7
-0
docs/component/input.md
docs/component/input.md
+1
-1
未找到文件。
docs/api/preview-image.md
浏览文件 @
2bfa7eae
...
...
@@ -12,6 +12,13 @@
<!-- UTSAPIJSON.previewImage.tutorial -->
### 开源自定义@custom
内置的previewImage弹出的界面,无法充分自定义。所以uni-app x提供了开源的previewImage页面,开发者可以自己定义UI。
开源插件地址:
[
https://ext.dcloud.net.cn/plugin?id=21314
](
https://ext.dcloud.net.cn/plugin?id=21314
)
这个插件是
[
ext api
](
https://uniapp.dcloud.net.cn/api/extapi.html
)
,下载到项目下会覆盖uni.previewImage的实现。
## uni.closePreviewImage(options) @closepreviewimage
<!-- UTSAPIJSON.closePreviewImage.description -->
...
...
docs/component/input.md
浏览文件 @
2bfa7eae
...
...
@@ -107,4 +107,4 @@ web平台的inputmode的浏览器兼容性如下: Chrome >= 66、Edge >= 79、
-
从uni-app x 4.0起,App-Android平台 input 点击输入框外的屏幕会自动收起软键盘。
-
从uni-app x 4.0起,App-Android平台 input 的 font-size 默认值统一为 16px。
-
`Web`
平台,iOS 自带键盘的智能标点功能会导致:在 type 为
`number`
、
`digit`
时,连续输入两次
`.`
后,在第三次输入
`.`
时,会触发两次 deleteContentBackward(删除) 的输入外加一次 insertText 为
`…`
(三个点) 的输入。会导致表现异常,关闭智能标点功能后正常。
-
`微信小程序`
平台,在一些复杂布局的情况下会可能会出现高度不正确的问题,暂时通过手动设置样式 height 解决,示例: height: 28px;
\ No newline at end of file
-
`微信小程序`
平台,如果不设置高度,在一些复杂布局的情况下会可能会出现placeholder高度不正确的问题,暂时通过手动设置样式 height 解决,示例: height: 28px
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录