Issue
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?
Solution
android webviews have a
zoomOut()
method
Answered By - Kevin Qiu
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.