In some web browsers, huge images are automatically resized to fit the screen.
Is it possible to do the same in an Android WebView?
The web page just contain
My favorite's :
String data = ""; webview.loadData(data, "text/html; charset=UTF-8", null);