Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 Android 应用程序中,我使用以下代码查看图像:
webview.loadUrl("file:///mnt/sdcard/Temp/somefile");
但是,如果文件名没有扩展名,webview 将不会显示图像。有什么方法可以向 webview 表明这是 jpg?
我还尝试了使用包含 img 标签的 html 的 loadData 和 loadDataWithBaseURL ,但这也无济于事。