网页视图中的直接图像链接显示完整尺寸
我正在使用 android webview 来包装远程托管的 jquery 移动网站。
每次我单击网站上直接转到图像的链接时,图像都会以全分辨率显示。有没有办法让 webview 用图片查看器打开图像,或者至少缩小图像以适合屏幕?
I am using android webview to wrap a jquery mobile website that is remotely hosted.
Every time I click a link on the site that goes directly to an image the image is displayed in full resolution. Is there any way to get webview to open the image with picture viewer or at the very least scale the image down to fit the screen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
android webviews 有一个
方法
android webviews have a
method