文章分类 -  MiniX自绘渲染跨平台框架 / 接口. / UI 界面

dismissFullPage 退出全面屏(仅安卓)
摘要:dismissFullPage ^7.10 退出全面屏(仅安卓) #请求参数 N/A #引入接口模块 import bridge from '@minix-iot/etsbridge-sdk' #接口调用示例 bridge .dismissFullPage() .then((res) => { co 阅读全文
posted @ 2024-12-27 09:28 AtlasLapetos 阅读(11) 评论(0) 推荐(0)
likeAnimation 礼花动效
摘要:likeAnimation ^7.8 礼花动效 #请求参数 Prop Type Default Comment offsetTop String N/A 动效距离顶部距离 安卓特有-- 如 20 playStatus String N/A 1:开始播放; 0:结束播放; isClick String 阅读全文
posted @ 2024-12-27 09:28 AtlasLapetos 阅读(12) 评论(0) 推荐(0)
takePhoto 拍照功能,并返回相片数据
摘要:takePhoto ^7.8 拍照功能,并返回相片数据 #请求参数 Prop Type Default Comment compressRage Number N/A 返回照片的压缩率,范围为 0~100(只是针对 jpg 格式的图片,png 格式没有压缩率),数值越高保真率越高。默认值:100 t 阅读全文
posted @ 2024-12-27 09:28 AtlasLapetos 阅读(51) 评论(0) 推荐(0)
hideStatusBar 是否隐藏导航条
摘要:hideStatusBar ^7.8 是否隐藏导航条 #请求参数 Prop Type Default Comment hide String N/A 0|1 隐藏状态栏 #引入接口模块 import bridge from '@minix-iot/etsbridge-sdk' #接口调用示例 con 阅读全文
posted @ 2024-12-27 09:28 AtlasLapetos 阅读(9) 评论(0) 推荐(0)
setStatusBar 设置状态栏样式
摘要:setStatusBar ^7.8 设置状态栏样式 #请求参数 Prop Type Default Comment colorMode String N/A 选填参数,设置状态栏字体颜色模式,1:黑色字体色系模式,2:白色字体色系模式 #引入接口模块 import bridge from '@min 阅读全文
posted @ 2024-12-27 09:28 AtlasLapetos 阅读(28) 评论(0) 推荐(0)
hideLoading ^6.8 关闭原生 loading
摘要:hideLoading ^6.8 关闭原生 loading #请求参数 N/A #引入接口模块 import bridge from '@minix-iot/etsbridge-sdk' #接口调用示例 bridge.hideLoading() 阅读全文
posted @ 2024-12-27 09:28 AtlasLapetos 阅读(7) 评论(0) 推荐(0)
showLoading 打开原生 loading
摘要:showLoading 打开原生 loading #请求参数 Prop Type Required Default Description param Object Y {} 属性: type: bgStyle:{ Type: String, Default: black, Description: 阅读全文
posted @ 2024-12-27 09:27 AtlasLapetos 阅读(14) 评论(0) 推荐(0)
hideKeyboard 隐藏软键盘
摘要:hideKeyboard ^6.8 隐藏软键盘 #请求参数 N/A #引入接口模块 import bridge from '@minix-iot/etsbridge-sdk' #接口调用示例 bridge.hideKeyboard() #返回参数 返回 N/A 阅读全文
posted @ 2024-12-27 09:27 AtlasLapetos 阅读(10) 评论(0) 推荐(0)
showModal 显示对话框
摘要:showModal ^6.8 显示对话框 #请求参数 Prop Type Comment title String 提示的标题 content String 提示的内容 showCancel Boolean 是否取消按钮 cancelText String 取消按钮的文字 cancelColor S 阅读全文
posted @ 2024-12-27 09:27 AtlasLapetos 阅读(13) 评论(0) 推荐(0)
showToast 显示 Toast
摘要:showToast ^6.8 显示 Toast #请求参数 Prop Type Comment title String 提示的内容 duration Number 提示的延迟时间 bgStyle String black:黑底白字,默认值,white:白底黑字 #引入接口模块 import bri 阅读全文
posted @ 2024-12-27 09:27 AtlasLapetos 阅读(19) 评论(0) 推荐(0)