我有两个问题:
我发现这段代码可以在 中使用捏,
webImageView
但是当我更改webImageView
为WebView
. 我在代码中得到一个错误。我怎么用捏webview
??// create the WebImageView object from xml WebImageView img = (WebImageView) findViewById(R.id.main_pic); // fetches the image in a background thread img.setImageFromURL("http://www.mysite.com/mypicture.jpg"); // enable pinch-zoom abilities on the image new PinchImageView(img);
当我在我的代码中添加捏是所有移动 android 都支持的,或者你应该有一个特定的屏幕来让它工作。