dcloudio / uni-app

A cross-platform framework using Vue.js
https://uniapp.dcloud.io
Apache License 2.0
40.17k stars 3.64k forks source link

发现巨坑,自己写html嵌套入uniapp #2344

Open Tron1234 opened 3 years ago

Tron1234 commented 3 years ago

问题描述 自己的写的html用webview再uniapp中展示,H5和android app正常 ios异常一直报错

复现步骤 [复现问题的步骤] 经过测试发现我在html中定义了一个type变量,然后换了一个名字就好了,吐血

image image 更换变量名之后 image image 无任何报错

[或者可以直接贴源代码]

预期结果 [使用简洁清晰的语言描述你希望生效的预期结果]

实际结果 [这里请贴上你的报错截图或文字]

系统信息:

补充信息 [可选] [根据你的分析,出现这个问题的原因可能在哪里?]

zhetengbiji commented 3 years ago

你把你的页面在iOS内置浏览器Safari中调试一下

Tron1234 commented 3 years ago

H5端都可以,ios app端不能使用type定义变量

------------------ 原始邮件 ------------------ 发件人: "折腾笔记"<notifications@github.com>; 发送时间: 2020年12月15日(星期二) 晚上6:01 收件人: "dcloudio/uni-app"<uni-app@noreply.github.com>; 抄送: "夜雨般的十年"<506980247@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [dcloudio/uni-app] 发现巨坑,自己写html嵌套入uniapp (#2344)

你把你的页面在iOS内置浏览器Safari中调试一下

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

zhetengbiji commented 3 years ago

H5端都可以,ios app端不能使用type定义变量 ------------------ 原始邮件 ------------------ 发件人: "折腾笔记"<notifications@github.com>; 发送时间: 2020年12月15日(星期二) 晚上6:01 收件人: "dcloudio/uni-app"<uni-app@noreply.github.com>; 抄送: "夜雨般的十年"<506980247@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [dcloudio/uni-app] 发现巨坑,自己写html嵌套入uniapp (#2344) 你把你的页面在iOS内置浏览器Safari中调试一下 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

你是说你自己写的html在iOS内置浏览器运行正常在iOS端的web-view组件内就报错吗?

Tron1234 commented 3 years ago

是的

------------------ 原始邮件 ------------------ 发件人: "折腾笔记"<notifications@github.com>; 发送时间: 2020年12月15日(星期二) 晚上6:09 收件人: "dcloudio/uni-app"<uni-app@noreply.github.com>; 抄送: "夜雨般的十年"<506980247@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [dcloudio/uni-app] 发现巨坑,自己写html嵌套入uniapp (#2344)

H5端都可以,ios app端不能使用type定义变量 … ------------------ 原始邮件 ------------------ 发件人: "折腾笔记"<notifications@github.com>; 发送时间: 2020年12月15日(星期二) 晚上6:01 收件人: "dcloudio/uni-app"<uni-app@noreply.github.com>; 抄送: "夜雨般的十年"<506980247@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [dcloudio/uni-app] 发现巨坑,自己写html嵌套入uniapp (#2344) 你把你的页面在iOS内置浏览器Safari中调试一下 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

你是说你自己写的html在iOS内置浏览器运行正常在iOS端的web-view组件内就报错吗?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

zhetengbiji commented 3 years ago

是的 ------------------ 原始邮件 ------------------ 发件人: "折腾笔记"<notifications@github.com>; 发送时间: 2020年12月15日(星期二) 晚上6:09 收件人: "dcloudio/uni-app"<uni-app@noreply.github.com>; 抄送: "夜雨般的十年"<506980247@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [dcloudio/uni-app] 发现巨坑,自己写html嵌套入uniapp (#2344) H5端都可以,ios app端不能使用type定义变量 … ------------------ 原始邮件 ------------------ 发件人: "折腾笔记"<notifications@github.com>; 发送时间: 2020年12月15日(星期二) 晚上6:01 收件人: "dcloudio/uni-app"<uni-app@noreply.github.com>; 抄送: "夜雨般的十年"<506980247@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [dcloudio/uni-app] 发现巨坑,自己写html嵌套入uniapp (#2344) 你把你的页面在iOS内置浏览器Safari中调试一下 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 你是说你自己写的html在iOS内置浏览器运行正常在iOS端的web-view组件内就报错吗? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

你真的测试了吗?

Tron1234 commented 3 years ago

H5端html放在webview里面没有任何问题

zhetengbiji commented 3 years ago

H5端html放在webview里面没有任何问题

好的,将会排查

zhetengbiji commented 3 years ago

经排查 5+ 框架内声明过全局变量 type 导致,后续将进行调整

Tron1234 commented 3 years ago

顺便请问一下uniapp android app有没有侧滑返回

发自我的iPhone

在 2020年12月15日,下午6:25,折腾笔记 notifications@github.com 写道:

 经排查 5+ 框架内声明过全局变量 type 导致,后续将进行调整

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

zhetengbiji commented 3 years ago

顺便请问一下uniapp android app有没有侧滑返回 发自我的iPhone 在 2020年12月15日,下午6:25,折腾笔记 @.***> 写道:  经排查 5+ 框架内声明过全局变量 type 导致,后续将进行调整 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.