开发者

Android webview pinch zoom Problem

开发者 https://www.devze.com 2023-04-05 03:16 出处:网络
Hi guyz im able to pinch zoom the image in webview its working properly. Zoom in is working fine but problem is zoom out. Image goes small and small.Ho开发者_高级运维w can i limit zoom out to the size

Hi guyz im able to pinch zoom the image in webview its working properly. Zoom in is working fine but problem is zoom out. Image goes small and small. Ho开发者_高级运维w can i limit zoom out to the size of the image?


    mWebView.getSettings().setSupportZoom(true);  
    mWebView.getSettings().setBuiltInZoomControls(true);
0

精彩评论

暂无评论...
验证码 换一张
取 消