muiplayer / hello-muiplayer

💡 An excellent HTML5 video player component
https://muiplayer.js.org/
GNU General Public License v3.0
503 stars 100 forks source link

uniapp,中webview跳转hybird的player。返回时报错 #66

Open 395784985 opened 3 months ago

395784985 commented 3 months ago

webview跳转外链接。返回时报错 Uncaught ReferenceError: mui is not defined at __uniappview.html:1 每次返回都会报错,返回按钮被卡主了,只能退出进程,是怎么回事呢 111111

395784985 commented 3 months ago

追加一下解释:local_player.html 这个页面视频播放时没有问题的,只是返回按钮时才会报错 `

<script src="js/mui.player.min.js"></script>
<script src="js/hls.min.js"></script>

` 路径是这么引入的,会是路径引入的问题吗