uni-app icon indicating copy to clipboard operation
uni-app copied to clipboard

h5白屏 我现在遇到了一个奇怪的问题需要帮忙

Open RichOvernigh opened this issue 1 year ago • 0 comments

54f4524ebd5f74ca0efbdc7597ec3ae2

h5的路由模式为history 在小程序中由原生跳转到h5中 在h5 跳转到小程序中,小程序操作完,更新小程序的web-view 地址, 此时会相当于重新打开了一个新的web-view 页面, 在h5中获取到参数,根据参数执行history.back() 返回上一个页面栈,进行处理,此时在ios15版本上页面白屏,发现标签都被销毁,左边是正常渲染的标签,右边是白屏的标签 在flutter ios App 也会有同样的问题

RichOvernigh avatar Apr 26 '24 03:04 RichOvernigh