如何正确设置WebView的固定大小
我在 recyclerview 项目中实现了 webview,但 Webview 结果设置不正确。 点击此处查看图片
I implement webview in recyclerview item and Webview result does not set properly.
Click here for image
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您正在尝试构建类似于 chrome/firefox 的选项卡最小化功能,而不是在最小化项目内使用 webview,您可以将每个页面映射到图像并将其存储在内部存储中,而且,您不希望用户在最小化状态下与页面交互,因此不需要 webview。
I think you are trying to build the tab minimising functionality similar to chrome/firefox, instead of using webview inside the minimised items, you can map every page to an image and store it internal storage, also, you don't want the user to interact with pages in minimised state, so webview is not required.