|
本帖最后由 脸上一点黑 于 2020-2-20 15:56 编辑
- clipboard.set({
- text: "",
- success(){
- console.info('clipboard set success');
- },
- fail(){
- console.info('clipboard set failed');
- }
- })
复制代码
在华为环境下,用户复制应用对应口令打开快应用之后,应用本身在处理完毕之后会使用代码清空剪贴板。
在快应用环境下是正常的,但是在华为的快应用环境下,清空失败。
- 02-20 15:55:03.181 I/jsLog (30734): clipboard set failed
复制代码
|
|