forked from NervJS/taro
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: 修复了媒体-音频在多段音频混合播放时,无法自由暂停和跳转的问题 #202
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix: Wifi、联系人、剪贴板、电量、日历模块example样例修改及相关api桥接问题修复
添加uuid输入框,修复tabBar显示长文本问题,修复空css文件
fix: 添加了ButtonList组件替换原先API中的按钮列表
fix: 修复网络相关接口实现及加速计接口桥接问题
fix: utils修改及蓝牙通用部分接口返回值修改
fix: 屏幕、键盘、罗盘、系统模块example样例修改及相关api桥接问题修复
Swiper组件重构;下拉刷新bug修改;其他组件样式与bug修改
完成GridView和demo
fix: 修改InnerAudioContext的destory接口
fix: 修改文件的api实现和playground示例
fix: 修改蓝牙、电话、震动桥接实现和相关example样例
fix: 转换xxx = require(filepath) --> import xxx from filepath
fix: 修改文件的引入
fix: 修复部分三方库会被过滤掉未拷贝的问题
fix: 添加对一种扩展运算符语句(形如 ...xxx)的转换支持
fix: 修复导航栏相关API以及补充测试用例
fix: 修复小驼峰命名自定义组件报错问题
fix: 当设置图片mode=""时,转换改为默认值
feat: 支持commonjs和es6的导入导出混用
fix: 位置模块接口实现问题及样例修改
fix: 修改canvasContext的createPattern、setFontSize等方法实现,补齐playground的样例
fix: 实现跳转小程序、获取启动参数、菜单位置API
fix: 修正@withWeapp的componentMethodsProxy实现
不了一个空格,不符合eslint要求
fix: 修改内存告警接口实现
fix: 修改chooseMidea出参的处理,给getVideoInfo增加固定返回,修改readFile等测试样例
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
这个 PR 做了什么? (简要描述所做更改)
修复了媒体-音频在多段音频播放时,无法自由暂停和跳转的问题
这个 PR 是什么类型? (至少选择一个)
这个 PR 涉及以下平台: